Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
derives
/
deriving-primitive.rs
blob: 1173eca640fc39ab844251ee95316cfcaefbd83d [
file
] [
log
] [
blame
] [
edit
]
#[
derive
(
FromPrimitive
)]
//~ ERROR cannot find derive macro `FromPrimitive` in this scope
//~| ERROR cannot find derive macro `FromPrimitive` in this scope
enum
Foo
{}
fn
main
()
{}