diff options
| author | varkor <github@varkor.com> | 2019-05-13 22:19:19 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-05-24 01:27:32 +0100 |
| commit | 36f654262d05a65c41efdbac0ddeffa9bac8ae21 (patch) | |
| tree | c549d52b3a14c18bc1161b05a5f18a313492ce8e /src/test/ui/parser | |
| parent | 7948b68d0229f34b538e3b26c596c7a3a68aee1d (diff) | |
| download | rust-36f654262d05a65c41efdbac0ddeffa9bac8ae21.tar.gz rust-36f654262d05a65c41efdbac0ddeffa9bac8ae21.zip | |
Update tests
Diffstat (limited to 'src/test/ui/parser')
| -rw-r--r-- | src/test/ui/parser/if-in-in.stderr | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/parser/if-in-in.stderr b/src/test/ui/parser/if-in-in.stderr index 9926fcc0858..1adb4429ec7 100644 --- a/src/test/ui/parser/if-in-in.stderr +++ b/src/test/ui/parser/if-in-in.stderr @@ -5,9 +5,6 @@ LL | for i in in 1..2 { | ---^^ | | | help: remove the duplicated `in` - | - = note: if you meant to use emplacement syntax, it is obsolete (for now, anyway) - = note: for more information on the status of emplacement syntax, see <https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911> error: aborting due to previous error |
