]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/stability-attribute/stability-attribute-issue.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / stability-attribute / stability-attribute-issue.stderr
index 3463e77ec7d9bb1ef5215cfba5200ca8e64004d4..df4aec7e5c801467826dbb9116ac5d4990d0ef58 100644 (file)
@@ -4,7 +4,7 @@ error[E0658]: use of unstable library feature 'unstable_test_feature'
 LL |     unstable();
    |     ^^^^^^^^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/1
+   = note: see issue #1 <https://github.com/rust-lang/rust/issues/1> for more information
    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
 
 error[E0658]: use of unstable library feature 'unstable_test_feature': message
@@ -13,7 +13,7 @@ error[E0658]: use of unstable library feature 'unstable_test_feature': message
 LL |     unstable_msg();
    |     ^^^^^^^^^^^^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/2
+   = note: see issue #2 <https://github.com/rust-lang/rust/issues/2> for more information
    = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
 
 error: aborting due to 2 previous errors