]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-61592.stderr
Rollup merge of #107779 - compiler-errors:issue-107775, r=jackh726
[rust.git] / tests / rustdoc-ui / issue-61592.stderr
1 error[E0780]: anonymous imports cannot be inlined
2   --> $DIR/issue-61592.rs:5:7
3    |
4 LL | #[doc(inline)]
5    |       ^^^^^^
6 LL | pub use foo::Foo as _;
7    | ---------------------- anonymous import
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0780`.