about summary refs log tree commit diff
path: root/src/test/ui/parser
diff options
context:
space:
mode:
authorjumbatm <30644300+jumbatm@users.noreply.github.com>2020-06-28 10:11:04 +1000
committerjumbatm <30644300+jumbatm@users.noreply.github.com>2020-06-28 10:11:29 +1000
commitc72a5dd9d37eb2f0d2aab3f4eb9d9a1a41986836 (patch)
tree90d08947ec4634b24542bb40f983c7fe77337ff9 /src/test/ui/parser
parent394e1b40d264aa6928811919c1124fa248e7d802 (diff)
downloadrust-c72a5dd9d37eb2f0d2aab3f4eb9d9a1a41986836.tar.gz
rust-c72a5dd9d37eb2f0d2aab3f4eb9d9a1a41986836.zip
Rename the lint to clashing_extern_declarations.
Also, run RustFmt on the clashing_extern_fn test case and update
stderrs.
Diffstat (limited to 'src/test/ui/parser')
-rw-r--r--src/test/ui/parser/extern-abi-from-mac-literal-frag.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/extern-abi-from-mac-literal-frag.rs b/src/test/ui/parser/extern-abi-from-mac-literal-frag.rs
index a516aa44c65..8f5d7f4f7f8 100644
--- a/src/test/ui/parser/extern-abi-from-mac-literal-frag.rs
+++ b/src/test/ui/parser/extern-abi-from-mac-literal-frag.rs
@@ -1,4 +1,4 @@
-#![allow(clashing_extern_decl)]
+#![allow(clashing_extern_declarations)]
 // check-pass
 
 // In this test we check that the parser accepts an ABI string when it