Skip to content

Commit 683d664

Browse files
committed
Remove error message that refactor suppresses
1 parent 5f48cb6 commit 683d664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/compile-fail/typeck_type_placeholder_mismatch.rs

-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ fn test1() {
2626
fn test2() {
2727
let x: Foo<_> = Bar::<uint>;
2828
//~^ ERROR mismatched types: expected `Foo<<generic #0>>` but found `Bar<uint>`
29-
//~^^ ERROR cannot determine a type for this local variable: unconstrained type
3029
}

0 commit comments

Comments
 (0)