summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/two-crate-types-1.rs
blob: 80bfd357f073c6218d3651f2ac48e93ea254f67a (plain)
1
2
3
4
5
6
7
// error-pattern: cannot mix `proc-macro` crate type with others

// force-host
// no-prefer-dynamic

#![crate_type = "proc-macro"]
#![crate_type = "rlib"]