about summary refs log tree commit diff
path: root/src/test/compile-fail
diff options
context:
space:
mode:
authorGavin Baker <gavinb@antonym.org>2016-08-28 23:55:43 +1000
committerGavin Baker <gavinb@antonym.org>2016-08-29 13:12:25 +1000
commit0412fa8b8e00bebc2bb0ad17a7e558f13b8954a7 (patch)
treec260006c419ab0d7c6e9425a305231837da13bfa /src/test/compile-fail
parent65249a5431bbc3bf6b0f0894aefcc28c76eb17bb (diff)
downloadrust-0412fa8b8e00bebc2bb0ad17a7e558f13b8954a7.tar.gz
rust-0412fa8b8e00bebc2bb0ad17a7e558f13b8954a7.zip
E0458 Update error format #35932
    - Fixes #35932
    - Part of #35233

    r? @jonathandturner
Diffstat (limited to 'src/test/compile-fail')
-rw-r--r--src/test/compile-fail/E0458.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/compile-fail/E0458.rs b/src/test/compile-fail/E0458.rs
index 21bedc6b84c..e87158ae3b0 100644
--- a/src/test/compile-fail/E0458.rs
+++ b/src/test/compile-fail/E0458.rs
@@ -9,7 +9,9 @@
 // except according to those terms.
 
 #[link(kind = "wonderful_unicorn")] extern {} //~ ERROR E0458
-                                              //~^ ERROR E0459
+                                              //~| NOTE unknown kind
+                                              //~| ERROR E0459
+                                              //~| NOTE missing `name` argument
 
 fn main() {
 }