error: expected "<", code block or literal
--> $DIR/text-nodes-need-to-be-quoted.rs:10:16
|
10 |
unquoted
| ^^^^^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: text nodes need to be quoted, eg. [1m"Hello Joe!"
[0m
--> $DIR/text-nodes-need-to-be-quoted.rs:10:16
|
10 | unquoted
| ^^^^^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to 2 previous errors