Skip to content

Commit 035703b

Browse files
committed
"fix" test
1 parent ba39ca6 commit 035703b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/ui/lexer/dont-ice-on-invalid-lifetime-in-macro-definition.stderr

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ LL | e::<f'g>
55
| ^ unknown prefix
66
|
77
= note: prefixed identifiers and literals are reserved since Rust 2021
8-
help: consider inserting whitespace here
8+
help: if you meant to write a string literal, use double quotes
9+
|
10+
LL ~ impl<"b> c for d {
11+
LL ~ e::<f"g>
912
|
10-
LL | e::<f 'g>
11-
| +
1213

1314
error: aborting due to 1 previous error
1415

0 commit comments

Comments
 (0)