Skip to content

Commit

Permalink
"fix" test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Mar 30, 2024
1 parent ba39ca6 commit 035703b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ LL | e::<f'g>
| ^ unknown prefix
|
= note: prefixed identifiers and literals are reserved since Rust 2021
help: consider inserting whitespace here
help: if you meant to write a string literal, use double quotes
|
LL ~ impl<"b> c for d {
LL ~ e::<f"g>
|
LL | e::<f 'g>
| +

error: aborting due to 1 previous error

0 comments on commit 035703b

Please sign in to comment.