1
Fork 0

Add E0790 as more specific variant of E0283

This commit is contained in:
aticu 2022-06-12 17:46:57 +02:00
parent 96c2df810b
commit 1cbacc0c8a
21 changed files with 354 additions and 92 deletions

View file

@ -22,7 +22,7 @@ mod base {
pub fn foo() {
let _f: base::Foo = base::HasNew::new();
//~^ ERROR type annotations needed
//~^ ERROR E0790
}
fn main() { }