about summary refs log tree commit diff
path: root/tests/ui/proc-macro/two-crate-types-1.rs
blob: 9d21a43053713aed766164cbe1f7ae9b59dfb115 (plain)
1
2
3
4
5
6
7
//@ force-host
//@ no-prefer-dynamic

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

//~? ERROR cannot mix `proc-macro` crate type with others