2016-10-23 02:44:36 +00:00
|
|
|
//@ aux-build:import_crate_var.rs
|
|
|
|
|
|
|
|
|
|
#[macro_use] extern crate import_crate_var;
|
|
|
|
|
|
2018-10-31 13:08:01 +01:00
|
|
|
fn main() {
|
2017-01-15 03:09:48 +00:00
|
|
|
m!();
|
2020-01-02 08:38:59 +02:00
|
|
|
//~^ ERROR `$crate` may not be imported
|
2017-01-15 03:09:48 +00:00
|
|
|
}
|