Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
traits
/
issue-106072.rs
blob: 7064a39d21e7f34a277e9e6e024b93692a7aed3e [
file
] [
log
] [
blame
]
#[
derive
(
Clone
)]
//~ trait objects must include the `dyn` keyword
//~| trait objects must include the `dyn` keyword
struct
Foo
;
trait
Foo
{}
//~ the name `Foo` is defined multiple times
fn
main
()
{}