]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/recover-assoc-eq-missing-term.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / recover-assoc-eq-missing-term.rs
index d800df8236b05442be084f5357d2a8bdfe34981c..4b42c44dc64e57d80ead836170bcec9b3b20b0d7 100644 (file)
@@ -1,6 +1,6 @@
 #[cfg(FALSE)]
 fn syntax() {
-    bar::<Item = >(); //~ ERROR missing type to the right of `=`
+    bar::<Item =   >(); //~ ERROR missing type to the right of `=`
 }
 
 fn main() {}