]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/suggestions/const-pat-non-exaustive-let-new-var.rs
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / ui / suggestions / const-pat-non-exaustive-let-new-var.rs
index 2a11871db8e679dcf69c6387a69c83108d46d092..ac819dce6db2b5cf2fc838cc1cf84361b71876f1 100644 (file)
@@ -1,6 +1,6 @@
 fn main() {
     let A = 3;
-    //~^ ERROR refutable pattern in local binding: `std::i32::MIN..=1i32` and
+    //~^ ERROR refutable pattern in local binding: `i32::MIN..=1_i32` and
     //~| interpreted as a constant pattern, not a new variable
     //~| HELP introduce a variable instead
     //~| SUGGESTION a_var