Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
proc-macro
/
two-crate-types-1.rs
blob: 9d21a43053713aed766164cbe1f7ae9b59dfb115 [
file
] [
log
] [
blame
]
//@ force-host
//@ no-prefer-dynamic
#![
crate_type
=
"proc-macro"
]
#![
crate_type
=
"rlib"
]
//~? ERROR cannot mix `proc-macro` crate type with others