blob: 80bfd357f073c6218d3651f2ac48e93ea254f67a [file] [log] [blame]
// error-pattern: cannot mix `proc-macro` crate type with others
// force-host
// no-prefer-dynamic
#![crate_type = "proc-macro"]
#![crate_type = "rlib"]