]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/const-eval/const-eval-span.rs
Auto merge of #81132 - bugadani:map-prealloc, r=matthewjasper
[rust.git] / src / test / ui / consts / const-eval / const-eval-span.rs
index 682c7a1d65fc9c3e1c40d60f853565fa7ca69ada..82f101b47cfebba6cedece8ca3e45d87307ba46c 100644 (file)
@@ -8,7 +8,7 @@
 enum E {
     V = CONSTANT,
     //~^ ERROR mismatched types
-    //~| expected isize, found struct `S`
+    //~| expected `isize`, found struct `S`
 }
 
 fn main() {}