mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-01 08:59:23 +00:00
9 lines
138 B
Text
9 lines
138 B
Text
|
error: cannot find macro `fubar!` in this scope
|
||
|
--> $DIR/ices.rs:3:1
|
||
|
|
|
||
|
3 | fubar!();
|
||
|
| ^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|