]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/fn-arg-doc-comment.stderr
Rollup merge of #62491 - GuillaumeGomez:fix-pin-urls-for-option, r=QuietMisdreavus
[rust.git] / src / test / ui / parser / fn-arg-doc-comment.stderr
index 9058e88d1d7b71dff6145d74f85df4af428c1b6f..d8884de1fe84d6a2df4bc6e902ca19aee7f848b7 100644 (file)
@@ -23,7 +23,7 @@ LL |     /// Comment
    |     ^^^^^^^^^^^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/60406
-   = help: add #![feature(param_attrs)] to the crate attributes to enable
+   = help: add `#![feature(param_attrs)]` to the crate attributes to enable
 
 error[E0658]: attributes on function parameters are unstable
   --> $DIR/fn-arg-doc-comment.rs:8:5
@@ -32,7 +32,7 @@ LL |     /// Other
    |     ^^^^^^^^^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/60406
-   = help: add #![feature(param_attrs)] to the crate attributes to enable
+   = help: add `#![feature(param_attrs)]` to the crate attributes to enable
 
 error[E0308]: mismatched types
   --> $DIR/fn-arg-doc-comment.rs:22:7