]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/force-warn/allowed-cli-deny-by-default-lint.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / lint / force-warn / allowed-cli-deny-by-default-lint.stderr
index af6308f0d1b4f1a6fbcfe7ba12b7c2a2b21d4893..915b3b86fe80ec0e9353fe11a9252d2bcae3477a 100644 (file)
@@ -2,9 +2,7 @@ warning: any use of this value will cause an error
   --> $DIR/allowed-cli-deny-by-default-lint.rs:6:16
    |
 LL | const C: i32 = 1 / 0;
-   | ---------------^^^^^-
-   |                |
-   |                attempt to divide `1_i32` by zero
+   | ------------   ^^^^^ attempt to divide `1_i32` by zero
    |
    = note: requested on the command line with `--force-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!
@@ -12,3 +10,14 @@ LL | const C: i32 = 1 / 0;
 
 warning: 1 warning emitted
 
+Future incompatibility report: Future breakage diagnostic:
+warning: any use of this value will cause an error
+  --> $DIR/allowed-cli-deny-by-default-lint.rs:6:16
+   |
+LL | const C: i32 = 1 / 0;
+   | ------------   ^^^^^ attempt to divide `1_i32` by zero
+   |
+   = note: requested on the command line with `--force-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>
+