]> 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 70acc70e092e05442a858be2b0c40464cec0f689..79f044a0675b7b075f3756eaf7d51be8fbdce74f 100644 (file)
@@ -17,7 +17,7 @@ LL |     Other(usize),
 LL |     Other2(usize, usize),
    |     -------------------- tuple variant defined here
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/60553
+   = 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