Sign in
fuchsia
/
third_party
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
const_trait.rs
blob: bb6ba1cd85b1ddb7bb48b9994caf708ca7aec452 [
file
]
#![
feature
(
trait_alias
,
const_trait_impl
)]
const
trait
Bar
{}
const
trait
Foo
=
Bar
;
const
impl
Bar
for
()
{}
struct
X
;
const
impl
X
{}