]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/const-eval/feature-gate-const_fn_union.stderr
Auto merge of #81132 - bugadani:map-prealloc, r=matthewjasper
[rust.git] / src / test / ui / consts / const-eval / feature-gate-const_fn_union.stderr
index 6899b7b82c5323d947d2aad5ae51a0683c6a5583..4c8492b22f62588eab51da7490d1c0f1a2b6480e 100644 (file)
@@ -4,7 +4,7 @@ error[E0658]: unions in const fn are unstable
 LL |     Foo { u }.i
    |     ^^^^^^^^^^^
    |
-   = note: for more information, see https://github.com/rust-lang/rust/issues/51909
+   = note: see issue #51909 <https://github.com/rust-lang/rust/issues/51909> for more information
    = help: add `#![feature(const_fn_union)]` to the crate attributes to enable
 
 error: aborting due to previous error