]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/thread-local-static.rs
Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se
[rust.git] / src / test / ui / thread-local-static.rs
index dc542fe2db961747857f5c519a307be920efa872..c7fee9e6b4c5a2f8edcef7ef624ffcaa60721d55 100644 (file)
@@ -11,7 +11,6 @@
     //~| ERROR mutable references are not allowed
     //~| ERROR use of mutable static is unsafe
     //~| constant functions cannot refer to statics
-    //~| ERROR calls in constant functions are limited to constant functions
 }
 
 fn main() {}