Sign in
rust
/
rust
/
9dfdb6b4bc42e5f1ddd2d94108a8ea6fdf07d416
/
.
/
tests
/
ui
/
issues
/
issue-46101.rs
blob: 86b06f7c61d0a1e84ad08d8d5811263641311d6a [
file
]
trait
Foo
{}
#[
derive
(
Foo
::
Anything
)]
//~ ERROR cannot find
//~| ERROR cannot find
struct
S
;
fn
main
()
{}