]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/mir-unpretty.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / mir-unpretty.stderr
index 913999c2290badb3d8fa83a01041fa9a70828f8e..59e8c0bf090297dbda23e44da45ec65ea4e8ee01 100644 (file)
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
   --> $DIR/mir-unpretty.rs:4:17
    |
 LL |     let x: () = 0; //~ ERROR: mismatched types
-   |                 ^ expected (), found integral variable
+   |                 ^ expected (), found integer
    |
    = note: expected type `()`
               found type `{integer}`