]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-14227.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-14227.stderr
index f5f39465b187b6bf95755e014607b25657197b5d..88e99e213bf74ec727b6b524f86c3e072de70a85 100644 (file)
@@ -1,8 +1,8 @@
 error[E0080]: could not evaluate static initializer
-  --> $DIR/issue-14227.rs:16:20
+  --> $DIR/issue-14227.rs:6:21
    |
-LL | static CRASH: () = symbol;
-   |                    ^^^^^^ tried to read from foreign (extern) static
+LL | static CRASH: u32 = symbol;
+   |                     ^^^^^^ tried to read from foreign (extern) static
 
 error: aborting due to previous error