]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-76191.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-76191.stderr
index fb8ed43674f28c11c30542fdafb79a0e852b80e1..13749804796b2c653d3df6bb5e00ef96793960e2 100644 (file)
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
   --> $DIR/issue-76191.rs:13:9
    |
 LL | const RANGE: RangeInclusive<i32> = 0..=255;
-   | ------------------------------------------- constant defined here
+   | -------------------------------- constant defined here
 ...
 LL |     match n {
    |           - this expression has type `i32`
@@ -23,7 +23,7 @@ error[E0308]: mismatched types
   --> $DIR/issue-76191.rs:15:9
    |
 LL | const RANGE2: RangeInclusive<i32> = panic!();
-   | --------------------------------------------- constant defined here
+   | --------------------------------- constant defined here
 ...
 LL |     match n {
    |           - this expression has type `i32`