blob: defa0e294bd743e81b25b3434ce26f1add8639d6 [file] [log] [blame]
extern crate self; //~ ERROR `extern crate self;` requires renaming
#[macro_use] //~ ERROR `macro_use` is not supported on `extern crate self`
extern crate self as foo;
fn main() {}