]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/type-alias-impl-trait/declared_but_not_defined_in_scope.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / type-alias-impl-trait / declared_but_not_defined_in_scope.rs
index 09873a8c8c3da4fbf1c06cc329ea13f95ce69e45..7ea517eb734a459701bfd6d1887416af6f228559 100644 (file)
@@ -9,4 +9,5 @@ mod boo {
 
 fn bomp() -> boo::Boo {
     ""
+    //~^ mismatched types
 }