summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/cli-lint-override.forbid_warn.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/cli-lint-override.forbid_warn.stderr')
-rw-r--r--src/test/ui/lint/cli-lint-override.forbid_warn.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/lint/cli-lint-override.forbid_warn.stderr b/src/test/ui/lint/cli-lint-override.forbid_warn.stderr
index ff4dc4abc..d1c66a81c 100644
--- a/src/test/ui/lint/cli-lint-override.forbid_warn.stderr
+++ b/src/test/ui/lint/cli-lint-override.forbid_warn.stderr
@@ -4,8 +4,8 @@ error: extern declarations without an explicit ABI are deprecated
LL | extern fn foo() {}
| ^^^^^^^^^^^^^^^ ABI should be specified here
|
- = note: requested on the command line with `-F missing-abi`
= help: the default ABI is C
+ = note: requested on the command line with `-F missing-abi`
error: aborting due to previous error