]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/try-block/try-block-in-edition2015.stderr
Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix
[rust.git] / src / test / ui / try-block / try-block-in-edition2015.stderr
index 63650086bcaa903cc7c663d81e041962f18acb66..a7b81060d3dc6a3e1b4746f56bf7396f846f2718 100644 (file)
@@ -15,7 +15,7 @@ error[E0574]: expected struct, variant or union type, found macro `try`
   --> $DIR/try-block-in-edition2015.rs:4:33
    |
 LL |     let try_result: Option<_> = try {
-   |                                 ^^^ did you mean `try!(...)`?
+   |                                 ^^^ help: use `!` to invoke the macro: `try!`
 
 error: aborting due to 2 previous errors