Remove NOTE/HELP annotations from UI tests

This commit is contained in:
Vadim Petrochenkov 2017-12-10 23:29:24 +03:00
parent d4e51a8fb2
commit 1f5b201aff
462 changed files with 1841 additions and 2899 deletions

View file

@ -25,9 +25,7 @@ fn main() {
let e2 = Empty2(); //~ ERROR expected function, found `Empty2`
let e4 = E::Empty4();
//~^ ERROR expected function, found `E::Empty4` [E0618]
//~| HELP did you mean to write `E::Empty4`?
let xe2 = XEmpty2(); //~ ERROR expected function, found `empty_struct::XEmpty2`
let xe4 = XE::XEmpty4();
//~^ ERROR expected function, found `XE::XEmpty4` [E0618]
//~| HELP did you mean to write `XE::XEmpty4`?
}