diff options
| author | blyxyas <blyxyas@gmail.com> | 2024-05-18 18:08:11 +0200 |
|---|---|---|
| committer | blyxyas <blyxyas@gmail.com> | 2024-05-18 18:12:18 +0200 |
| commit | c5c820e7fba55da41b09f9c862eb0f3c01f34a26 (patch) | |
| tree | 14ff70660d87021ba5598def7f91c0f3b93efaf2 /tests/ui/parser/label-is-actually-char.rs | |
| parent | 685a80f7a0935c8e5016d8c9cd491937af155dd0 (diff) | |
| download | rust-c5c820e7fba55da41b09f9c862eb0f3c01f34a26.tar.gz rust-c5c820e7fba55da41b09f9c862eb0f3c01f34a26.zip | |
Fix typos (taking into account review comments)
Diffstat (limited to 'tests/ui/parser/label-is-actually-char.rs')
| -rw-r--r-- | tests/ui/parser/label-is-actually-char.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/label-is-actually-char.rs b/tests/ui/parser/label-is-actually-char.rs index 74df898d191..915ce86d269 100644 --- a/tests/ui/parser/label-is-actually-char.rs +++ b/tests/ui/parser/label-is-actually-char.rs @@ -1,4 +1,4 @@ -// Note: it's ok to interpret 'a as 'a', but but not ok to interpret 'abc as +// Note: it's ok to interpret 'a as 'a', but not ok to interpret 'abc as // 'abc' because 'abc' is not a valid char literal. fn main() { |
