]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-29147.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-29147.rs
index 64bfa232f3ffd0220c86a45f717919005be18ef6..0ecaa409412a62a92fc6cfb863134b864926648d 100644 (file)
@@ -28,5 +28,5 @@ impl Foo for S5<u32> { fn xxx(&self) {} }
 impl Foo for S5<u64> { fn xxx(&self) {} }
 
 fn main() {
-    let _ = <S5<_>>::xxx; //~ ERROR cannot resolve `S5<_> : Foo`
+    let _ = <S5<_>>::xxx; //~ ERROR cannot resolve `S5<_>: Foo`
 }