]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/do-catch-suggests-try.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / do-catch-suggests-try.rs
index 61fae721ffbde7f69e05607ba5caaba669dd5606..d805ab75882dd7fda66a35a87d6f23d42d985302 100644 (file)
@@ -1,5 +1,5 @@
 fn main() {
     let _: Option<()> = do catch {};
     //~^ ERROR found removed `do catch` syntax
-    //~^^ HELP Following RFC #2388, the new non-placeholder syntax is `try`
+    //~^^ HELP following RFC #2388, the new non-placeholder syntax is `try`
 }