]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-14084.rs
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-14084.rs
index 6b19cb0b68f10e6c294d9fe30d4c226df3b37b3b..8cbec549dda96fc9384a49966235fdf972760f51 100644 (file)
@@ -12,6 +12,6 @@
 #![feature(placement_in_syntax)]
 
 fn main() {
-    in () { 0 };
+    () <- 0;
     //~^ ERROR: the trait `core::ops::Placer<_>` is not implemented
 }