]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/doctest-edition.stderr
Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank
[rust.git] / src / test / rustdoc-ui / doctest-edition.stderr
index 1643d605375a103dc90f019b5406db8e10afa7e3..8a3329aa3ed9a4bd2832327904abb3c2152fd44d 100644 (file)
@@ -7,12 +7,12 @@ LL | | //! foo'b'
 LL | | //! ```
    | |_______^
    |
+   = note: error from rustc: prefix `foo` is unknown
 note: the lint level is defined here
   --> $DIR/doctest-edition.rs:3:9
    |
 LL | #![deny(rustdoc::invalid_rust_codeblocks)]
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   = note: error from rustc: prefix `foo` is unknown
 help: mark blocks that do not contain Rust code as text
    |
 LL | //! ```text