mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-10 19:16:51 +00:00
Remove error message that refactor suppresses
This commit is contained in:
parent
5f48cb6203
commit
683d6646ce
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user