Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
derives
/
deriving-meta-unknown-trait.rs
blob: 6463a7664de93ce22042b3b9099b05f6f48397f9 [
file
] [
log
] [
blame
] [
edit
]
#[
derive
(
Eqr
)]
//~^ ERROR cannot find derive macro `Eqr` in this scope
//~| ERROR cannot find derive macro `Eqr` in this scope
struct
Foo
;
pub
fn
main
()
{}