]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/range/range-inclusive-pattern-precedence.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / range / range-inclusive-pattern-precedence.stderr
index 853141969c20da8b252a2a3162126ad3e5453688..3330ced1ebf341aeebb65ee6b145b741de95542a 100644 (file)
@@ -1,5 +1,5 @@
 error: the range pattern here has ambiguous interpretation
-  --> $DIR/range-inclusive-pattern-precedence.rs:14:10
+  --> $DIR/range-inclusive-pattern-precedence.rs:15:10
    |
 LL |         &10..=15 => {}
    |          ^^^^^^^ help: add parentheses to clarify the precedence: `(10 ..=15)`
@@ -15,6 +15,8 @@ note: the lint level is defined here
    |
 LL | #![warn(ellipsis_inclusive_range_patterns)]
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
+   = note: for more information, see issue #80165 <https://github.com/rust-lang/rust/issues/80165>
 
 error: aborting due to previous error; 1 warning emitted