]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/tag-variant-disr-non-nullary.stderr
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
[rust.git] / src / test / ui / parser / tag-variant-disr-non-nullary.stderr
index 13b46c6e8b3e5990fe96310e8ce063bbeda6ebce..79f044a0675b7b075f3756eaf7d51be8fbdce74f 100644 (file)
@@ -17,8 +17,8 @@ LL |     Other(usize),
 LL |     Other2(usize, usize),
    |     -------------------- tuple variant defined here
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/60553
-   = help: add #![feature(arbitrary_enum_discriminant)] to the crate attributes to enable
+   = note: see issue #60553 <https://github.com/rust-lang/rust/issues/60553> for more information
+   = help: add `#![feature(arbitrary_enum_discriminant)]` to the crate attributes to enable
 
 error: aborting due to previous error