Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
crashes
/
auxiliary
/
aux132985.rs
blob: 7ae5567bdc59d9895f5fab18bb31e32b6e8bd590 [
file
] [
log
] [
blame
]
#![
feature
(
adt_const_params
)]
use
std
::
marker
::
ConstParamTy
;
#[
derive
(
Eq
,
PartialEq
,
ConstParamTy
)]
pub
struct
Foo
;