]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0075.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0075.stderr
index d8b90d0691dadfc171cefc8d83f768016b302ea1..3f927726a030fd733813c252bdebcb28982ca0bf 100644 (file)
@@ -2,7 +2,7 @@ error[E0075]: SIMD vector cannot be empty
   --> $DIR/E0075.rs:4:1
    |
 LL | struct Bad;
-   | ^^^^^^^^^^^
+   | ^^^^^^^^^^
 
 error: aborting due to previous error