]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rust-2018/dyn-keyword.stderr
Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertj
[rust.git] / src / test / ui / rust-2018 / dyn-keyword.stderr
index 5a3e00ab1d96a7c906d97bdca53ce76fb56c9238..fa79df49fb6658cec5cb9ef73013c443cd67e868 100644 (file)
@@ -1,7 +1,7 @@
 error: `dyn` is a keyword in the 2018 edition
   --> $DIR/dyn-keyword.rs:8:9
    |
-LL |     let dyn = (); //~ ERROR dyn
+LL |     let dyn = ();
    |         ^^^ help: you can use a raw identifier to stay compatible: `r#dyn`
    |
 note: lint level defined here