]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lint/cli-lint-override.warn_deny.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / lint / cli-lint-override.warn_deny.stderr
index 2d869adfd37e36771169cbf6eb3ac5bab6ce15e9..f034cfa9338a19ae48f4887cf4bc394330774120 100644 (file)
@@ -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 `-D missing-abi`
    = help: the default ABI is C
+   = note: requested on the command line with `-D missing-abi`
 
 error: aborting due to previous error