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. 

"Hello Joe!"

 --> $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