diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-06-23 13:18:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-23 13:18:15 +0200 |
| commit | 46aacf5ca7f6168e6c5c33e971656875eebfc6ae (patch) | |
| tree | fc6bafd43e551129e78ed95f13a9763afe6eb267 | |
| parent | 61e881ede3863ca5659431d02a47c708e7d68b4f (diff) | |
| parent | 2828c5605eb57ead02036c3a0307932ebf8dae9d (diff) | |
| download | rust-46aacf5ca7f6168e6c5c33e971656875eebfc6ae.tar.gz rust-46aacf5ca7f6168e6c5c33e971656875eebfc6ae.zip | |
Rollup merge of #112941 - tshepang:patch-1, r=lqd
typo
| -rw-r--r-- | tests/ui/use/use-keyword.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/use/use-keyword.rs b/tests/ui/use/use-keyword.rs index c30c2e06c45..840cddcb907 100644 --- a/tests/ui/use/use-keyword.rs +++ b/tests/ui/use/use-keyword.rs @@ -1,4 +1,4 @@ -// Check that imports with nakes super and self don't fail during parsing +// Check that imports with naked super and self don't fail during parsing // FIXME: this shouldn't fail during name resolution either mod a { |
