]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/tag-that-dare-not-speak-its-name.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / tag-that-dare-not-speak-its-name.rs
index 9f47b2e9b9f4192ec5da126e0f442cdfc35e7e2a..4d9a98827de640ab030867b5d008322176287865 100644 (file)
@@ -11,6 +11,6 @@ fn main() {
     let x : char = last(y);
     //~^ ERROR mismatched types
     //~| expected type `char`
-    //~| found type `std::option::Option<_>`
-    //~| expected char, found enum `std::option::Option`
+    //~| found enum `std::option::Option<_>`
+    //~| expected `char`, found enum `std::option::Option`
 }