]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/two-crate-types-1.rs
normalize stderr
[rust.git] / src / test / ui / proc-macro / two-crate-types-1.rs
1 // error-pattern: cannot mix `proc-macro` crate type with others
2
3 // force-host
4 // no-prefer-dynamic
5
6 #![crate_type = "proc-macro"]
7 #![crate_type = "rlib"]