]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/E0133.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / test / compile-fail / E0133.rs
index b8a4476fc59671b2b5e4f6b769ce5bad5ad9bfd9..f60d9a5083f6fd526c9cdb9a810165b16398069b 100644 (file)
@@ -13,5 +13,5 @@
 fn main() {
     f();
     //~^ ERROR E0133
-    //~| NOTE unsafe call requires unsafe function or block
+    //~| NOTE call to unsafe function
 }