]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-5500.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-5500.rs
index cacbf7656def2f4bf5d27cfbd558280663889c9f..1cbb7588e17df5e5fdddb3d8f0ff54f5e2608bbf 100644 (file)
@@ -13,5 +13,5 @@ fn main() {
     //~^ ERROR mismatched types
     //~| expected type `()`
     //~| found type `&_`
-    //~| expected (), found &-ptr
+    //~| expected (), found reference
 }