]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/two-crate-types-1.rs
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-2020-12-27
[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"]