Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
issues
/
issue-46101.rs
blob: 86b06f7c61d0a1e84ad08d8d5811263641311d6a [
file
] [
edit
]
trait
Foo
{}
#[
derive
(
Foo
::
Anything
)]
//~ ERROR cannot find
//~| ERROR cannot find
struct
S
;
fn
main
()
{}