rust/tests/ui/proc-macro/two-crate-types-1.rs

8 lines
159 B
Rust

//@ error-pattern: cannot mix `proc-macro` crate type with others
//@ force-host
//@ no-prefer-dynamic
#![crate_type = "proc-macro"]
#![crate_type = "rlib"]