2019-09-15 13:12:14 +03:00
|
|
|
error: cannot find macro `inline` in this scope
|
2018-09-08 22:19:53 +03:00
|
|
|
--> $DIR/macro-path-prelude-fail-3.rs:2:5
|
2018-07-23 02:52:51 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | inline!();
|
2019-07-12 02:29:28 +03:00
|
|
|
| ^^^^^^ help: a macro with a similar name exists: `line`
|
2018-07-23 02:52:51 +03:00
|
|
|
|
2018-09-08 22:19:53 +03:00
|
|
|
error: aborting due to previous error
|
2018-07-23 02:52:51 +03:00
|
|
|
|