]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-eval/const-eval-span.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / const-eval-span.stderr
index 8ff9bfe54c7be04055da88993742cebcf76fca27..c5b001899ff924a4af4c0bd4ede6562a6f71646e 100644 (file)
@@ -2,10 +2,7 @@ error[E0308]: mismatched types
   --> $DIR/const-eval-span.rs:9:9
    |
 LL |     V = CONSTANT,
-   |         ^^^^^^^^ expected isize, found struct `S`
-   |
-   = note: expected type `isize`
-              found type `S`
+   |         ^^^^^^^^ expected `isize`, found struct `S`
 
 error: aborting due to previous error