]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/repeat_count.stderr
Pin panic-in-drop=abort test to old pass manager
[rust.git] / src / test / ui / repeat_count.stderr
index c85f057203146ffdc52157e9f903a196c862a5f2..59bcd954a1fde235c20e3c4d83b06e7dd7feca44 100644 (file)
@@ -55,7 +55,7 @@ LL |     let f = [0; 4u8];
 help: change the type of the numeric literal from `u8` to `usize`
    |
 LL |     let f = [0; 4usize];
-   |                 ~~~~~~
+   |                  ~~~~~
 
 error[E0308]: mismatched types
   --> $DIR/repeat_count.rs:31:17