1error: cannot find macro `printlx` in this scope
2  --> $DIR/macro-name-typo.rs:2:5
3   |
4LL |     printlx!("oh noes!");
5   |     ^^^^^^^ help: a macro with a similar name exists: `println`
6   |
7  ::: $SRC_DIR/std/src/macros.rs:LL:COL
8   |
9LL | macro_rules! println {
10   | -------------------- similarly named macro `println` defined here
11
12error: aborting due to previous error
13
14