15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
error: cannot find derive macro `inline` in this scope
|
|
--> $DIR/macro-path-prelude-fail-3.rs:13:10
|
|
|
|
|
LL | #[derive(inline)] //~ ERROR cannot find derive macro `inline` in this scope
|
|
| ^^^^^^
|
|
|
|
error: cannot find macro `inline!` in this scope
|
|
--> $DIR/macro-path-prelude-fail-3.rs:17:5
|
|
|
|
|
LL | inline!(); //~ ERROR cannot find macro `inline!` in this scope
|
|
| ^^^^^^ help: you could try the macro: `line`
|
|
|
|
error: aborting due to 2 previous errors
|
|
|