1 2 3 4 5 6 7
#![feature(plugin)] #![plugin(cookie_monster)] //~^ ERROR E0463 extern crate cake_is_a_lie; fn main() { }