]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/issue-28324.rs
Minor refactoring.
[rust.git] / src / test / compile-fail / issue-28324.rs
index 3c4d6b42b503dfc72956de56d5fd5346878ff5ec..0f9fe3fe246f679173bc906f478161e718c22b8e 100644 (file)
@@ -15,6 +15,7 @@
 }
 
 pub static BAZ: u32 = *&error_message_count;
-//~^ ERROR cannot refer to other statics by value
+//~^ ERROR constant evaluation error
+//~| tried to read from foreign (extern) static
 
 fn main() {}