]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/conditional-compilation/cfg-attr-multi-invalid-2.stderr
Rollup merge of #91950 - estebank:point-at-type-of-non-allocator, r=matthewjasper
[rust.git] / src / test / ui / conditional-compilation / cfg-attr-multi-invalid-2.stderr
index 8126affbd36cd02c395b388dcd4df407ddfa8a62..e75b1c5b4c87c69750a63169cd24408728c82ed2 100644 (file)
@@ -4,7 +4,7 @@ error[E0658]: the `#[no_core]` attribute is an experimental feature
 LL | #![cfg_attr(broken, no_std, 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