2019-09-15 05:12:14 -05:00
|
|
|
error: cannot find macro `printlx` in this scope
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/macro-name-typo.rs:2:5
|
2017-05-16 08:11:34 -05:00
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | printlx!("oh noes!");
|
|
|
|
| ^^^^^^^ help: a macro with a similar name exists: `println`
|
2019-10-14 19:20:50 -05:00
|
|
|
|
|
|
|
|
::: $SRC_DIR/libstd/macros.rs:LL:COL
|
|
|
|
|
|
2019-10-28 16:48:49 -05:00
|
|
|
LL | macro_rules! println {
|
|
|
|
| -------------------- similarly named macro `println` defined here
|
2017-05-16 08:11:34 -05:00
|
|
|
|
2017-05-16 08:12:24 -05:00
|
|
|
error: aborting due to previous error
|
2017-05-16 08:11:34 -05:00
|
|
|
|