]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/issue-61592-2.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / rustdoc-ui / issue-61592-2.stderr
1 error[E0780]: anonymous imports cannot be inlined
2   --> $DIR/issue-61592-2.rs:6:7
3    |
4 LL | #[doc(inline)]
5    |       ^^^^^^
6 LL | #[doc = "baz"]
7 LL | pub use foo::Foo as _;
8    | ---------------------- anonymous import
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0780`.