Add E0790 as more specific variant of E0283
This commit is contained in:
parent
96c2df810b
commit
1cbacc0c8a
21 changed files with 354 additions and 92 deletions
|
@ -22,7 +22,7 @@ mod base {
|
|||
|
||||
pub fn foo() {
|
||||
let _f: base::Foo = base::HasNew::new();
|
||||
//~^ ERROR type annotations needed
|
||||
//~^ ERROR E0790
|
||||
}
|
||||
|
||||
fn main() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue