E0459 Update error format #35933

- Fixes #35933
- Part of #35233

r? @jonathandturner
This commit is contained in:
Gavin Baker 2016-08-28 22:55:39 +10:00
parent acd3f796d2
commit 65249a5431
2 changed files with 4 additions and 2 deletions

View file

@ -9,6 +9,7 @@
// except according to those terms.
#[link(kind = "dylib")] extern {} //~ ERROR E0459
//~| NOTE missing `name` argument
fn main() {
}