2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `inline` in this scope
|
2020-03-31 20:10:13 -05:00
|
|
|
--> $DIR/macro-path-prelude-fail-3.rs:2: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`
|
2022-12-09 09:56:23 -06:00
|
|
|
--> $SRC_DIR/core/src/macros/mod.rs:LL:COL
|
2021-06-10 06:52:00 -05:00
|
|
|
|
|
2022-12-09 09:56:23 -06:00
|
|
|
= note: similarly named macro `line` defined here
|
2021-08-22 08:05:35 -05:00
|
|
|
|
|
2021-08-22 10:26:19 -05:00
|
|
|
= note: `inline` is in scope, but it is an attribute: `#[inline]`
|
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
|
|
|
|