]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/feature-gates/feature-gate-try_blocks.stderr
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-try_blocks.stderr
index cb72b067333706872c9981928642b938d8c38fb0..565f3610a2e21efdcf0e4448c70e5171a40ef9c9 100644 (file)
@@ -9,7 +9,7 @@ LL | |     };
    | |_____^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/31436
-   = help: add #![feature(try_blocks)] to the crate attributes to enable
+   = help: add `#![feature(try_blocks)]` to the crate attributes to enable
 
 error: aborting due to previous error