Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
const-generics
/
auxiliary
/
xcrate-const-ctor-a.rs
blob: 7ae5567bdc59d9895f5fab18bb31e32b6e8bd590 [
file
] [
log
] [
blame
]
#![
feature
(
adt_const_params
)]
use
std
::
marker
::
ConstParamTy
;
#[
derive
(
Eq
,
PartialEq
,
ConstParamTy
)]
pub
struct
Foo
;