1
Fork 0
rust/src/test/ui/macros/macro-name-typo.stderr

9 lines
229 B
Text
Raw Normal View History

error: cannot find macro `printlx!` in this scope
2018-12-25 08:56:47 -07:00
--> $DIR/macro-name-typo.rs:2:5
|
2019-03-09 15:03:44 +03:00
LL | printlx!("oh noes!");
| ^^^^^^^ help: a macro with a similar name exists: `println`
2017-05-16 15:12:24 +02:00
error: aborting due to previous error