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