]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/feature-gates/feature-gate-box_syntax.stderr
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-box_syntax.stderr
index a9cac7686eace220d136921e70f96c451691563e..61b0534d2dc3ec129e0a193d8c16bc75969e72f5 100644 (file)
@@ -5,7 +5,7 @@ LL |     let x = box 3;
    |             ^^^^^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/49733
-   = help: add #![feature(box_syntax)] to the crate attributes to enable
+   = help: add `#![feature(box_syntax)]` to the crate attributes to enable
 
 error: aborting due to previous error