blob: 683565281cfca2865e2d6769e4667766d2abd873 [file] [log] [blame]
#![feature(plugin)]
#![plugin(cookie_monster)]
//~^ ERROR E0463
extern crate cake_is_a_lie;
fn main() {
}