]> 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 5a53b69ebbb59868c8d5e23bbd2cced7236716d5..59e8c0bf090297dbda23e44da45ec65ea4e8ee01 100644 (file)
@@ -1,8 +1,8 @@
 error[E0308]: mismatched types
-  --> $DIR/mir-unpretty.rs:14:17
+  --> $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}`