Remove error message that refactor suppresses

This commit is contained in:
Niko Matsakis 2014-05-06 18:00:50 -04:00
parent 5f48cb6203
commit 683d6646ce

View File

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