]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/broken-mir-1.stderr
New upstream version 1.45.0+dfsg1
[rustc.git] / src / test / ui / const-generics / broken-mir-1.stderr
index 8b8e0fd1120a375ae7d611782f26d6c981ef6eb1..a5532bde1f5e9cb02008e5071e184db32e2e2568 100644 (file)
@@ -1,10 +1,11 @@
-warning: the feature `const_generics` is incomplete and may cause the compiler to crash
+warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes
   --> $DIR/broken-mir-1.rs:3:12
    |
 LL | #![feature(const_generics)]
    |            ^^^^^^^^^^^^^^
    |
    = note: `#[warn(incomplete_features)]` on by default
+   = note: see issue #44580 <https://github.com/rust-lang/rust/issues/44580> for more information
 
 warning: 1 warning emitted