]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/where_with_bound.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / where_with_bound.rs
index 3a1edb9ffc9114a39bee0b82b4860cbd8947e674..3ca45f1889c9ccdb6e2ec9eeced793245b16ee23 100644 (file)
@@ -1,4 +1,5 @@
 fn foo<T>() where <T>::Item: ToString, T: Iterator { }
 //~^ ERROR generic parameters on `where` clauses are reserved for future use
+//~| ERROR cannot find type `Item` in the crate root
 
 fn main() {}