2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `inline` in this scope
|
2020-01-07 14:59:24 -06:00
|
|
|
--> $DIR/macro-path-prelude-fail-3.rs:6:5
|
2018-07-22 18:52:51 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | inline!();
|
2019-07-11 18:29:28 -05:00
|
|
|
| ^^^^^^ help: a macro with a similar name exists: `line`
|
2019-10-14 19:20:50 -05:00
|
|
|
|
|
2020-01-07 14:59:24 -06:00
|
|
|
::: $SRC_DIR/libcore/macros/mod.rs:LL:COL
|
2019-10-14 19:20:50 -05:00
|
|
|
|
|
2020-01-07 14:59:24 -06:00
|
|
|
LL | macro_rules! line {
|
2019-10-28 16:48:49 -05:00
|
|
|
| ----------------- similarly named macro `line` defined here
|
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
|
|
|
|