]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/issue-61592-2.stderr
Auto merge of #99843 - oli-obk:is_useful_perf, r=compiler-errors
[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`.