]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/E0133.rs
New upstream version 1.13.0+dfsg1
[rustc.git] / src / test / compile-fail / E0133.rs
index b8a4476fc59671b2b5e4f6b769ce5bad5ad9bfd9..f60d9a5083f6fd526c9cdb9a810165b16398069b 100644 (file)
@@ -13,5 +13,5 @@ unsafe fn f() { return; }
 fn main() {
     f();
     //~^ ERROR E0133
-    //~| NOTE unsafe call requires unsafe function or block
+    //~| NOTE call to unsafe function
 }