]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/if-in-in.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / if-in-in.stderr
index 9926fcc0858e546b13e349f0dbe19cf262ae2f11..1adb4429ec7d0b426041cc57ddcbcbaad5c84540 100644 (file)
@@ -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