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