]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/conditional-compilation/cfg-attr-crate-2.stderr
Rollup merge of #94614 - pierwill:localexpnid-noord, r=lcnr
[rust.git] / src / test / ui / conditional-compilation / cfg-attr-crate-2.stderr
index 7b77701ee190f86885c13a581df3ec430be6c338..4997ca4db27cd96cb0ebe032b6972e8fb805f90a 100644 (file)
@@ -4,7 +4,7 @@ error[E0658]: the `#[no_core]` attribute is an experimental feature
 LL | #![cfg_attr(broken, no_core)]
    |                     ^^^^^^^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/29639
+   = note: see issue #29639 <https://github.com/rust-lang/rust/issues/29639> for more information
    = help: add `#![feature(no_core)]` to the crate attributes to enable
 
 error: aborting due to previous error