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