2019-09-15 10:12:14 +00:00
|
|
|
error: cannot find macro `inline` in this scope
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/macro-path-prelude-fail-3.rs:2:5
|
2018-07-22 23:52:51 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | inline!();
|
2019-07-11 23:29:28 +00:00
|
|
|
| ^^^^^^ help: a macro with a similar name exists: `line`
|
2022-12-09 15:56:23 +00:00
|
|
|
--> $SRC_DIR/core/src/macros/mod.rs:LL:COL
|
2021-06-10 11:52:00 +00:00
|
|
|
|
|
2022-12-09 15:56:23 +00:00
|
|
|
= note: similarly named macro `line` defined here
|
2021-08-22 13:05:35 +00:00
|
|
|
|
|
2021-08-22 15:26:19 +00:00
|
|
|
= note: `inline` is in scope, but it is an attribute: `#[inline]`
|
2018-07-22 23:52:51 +00:00
|
|
|
|
2018-09-08 19:19:53 +00:00
|
|
|
error: aborting due to previous error
|
2018-07-22 23:52:51 +00:00
|
|
|
|