]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/const-eval/panic-assoc-never-type.stderr
remove inhabitedness check
[rust.git] / src / test / ui / consts / const-eval / panic-assoc-never-type.stderr
index 979f4a5904d1cca986dedafc681f993c2883e6d0..5495a2a0121f7e65a7ba62d6949e9f0046474ada 100644 (file)
@@ -11,14 +11,15 @@ note: the lint level is defined here
    |
 LL | #![warn(const_err)]
    |         ^^^^^^^^^
+   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
+   = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
-error[E0080]: erroneous constant used
-  --> $DIR/panic-assoc-never-type.rs:16:13
+error: erroneous constant encountered
+  --> $DIR/panic-assoc-never-type.rs:17:13
    |
 LL |     let _ = PrintName::VOID;
-   |             ^^^^^^^^^^^^^^^ referenced constant has errors
+   |             ^^^^^^^^^^^^^^^
 
 error: aborting due to previous error; 1 warning emitted
 
-For more information about this error, try `rustc --explain E0080`.