blob: 432b0a601b22ab89c26fcb1cbac35dd0f2aad9a1 [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"]