2018-08-11 08:58:28 -05:00
|
|
|
error: cannot find macro `inline!` in this scope
|
2018-09-08 14:19:53 -05:00
|
|
|
--> $DIR/macro-path-prelude-fail-3.rs:2:5
|
2018-07-22 18:52:51 -05:00
|
|
|
|
|
2018-08-11 08:58:28 -05:00
|
|
|
LL | inline!(); //~ ERROR cannot find macro `inline!` in this scope
|
|
|
|
| ^^^^^^ help: you could try the macro: `line`
|
2018-07-22 18:52:51 -05:00
|
|
|
|
2018-09-08 14:19:53 -05:00
|
|
|
error: aborting due to previous error
|
2018-07-22 18:52:51 -05:00
|
|
|
|