We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f48cb6 commit 683d664Copy full SHA for 683d664
src/test/compile-fail/typeck_type_placeholder_mismatch.rs
@@ -26,5 +26,4 @@ fn test1() {
26
fn test2() {
27
let x: Foo<_> = Bar::<uint>;
28
//~^ ERROR mismatched types: expected `Foo<<generic #0>>` but found `Bar<uint>`
29
- //~^^ ERROR cannot determine a type for this local variable: unconstrained type
30
}
0 commit comments