2019-09-15 10:12:14 +00:00
|
|
|
error: cannot find macro `printlx` in this scope
|
2020-04-01 01:10:13 +00:00
|
|
|
--> $DIR/macro-name-typo.rs:2:5
|
2017-05-16 13:11:34 +00:00
|
|
|
|
|
2019-10-28 21:48:49 +00:00
|
|
|
LL | printlx!("oh noes!");
|
|
|
|
| ^^^^^^^ help: a macro with a similar name exists: `println`
|
2022-12-09 15:56:23 +00:00
|
|
|
--> $SRC_DIR/std/src/macros.rs:LL:COL
|
2021-06-10 11:52:00 +00:00
|
|
|
|
|
2022-12-09 15:56:23 +00:00
|
|
|
= note: similarly named macro `println` defined here
|
2017-05-16 13:11:34 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2017-05-16 13:11:34 +00:00
|
|
|
|