]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/two-crate-types-1.rs
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / 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"]