summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/issue-61592-2.stderr
blob: 1b7f8bb552c0ce1201a6a6c908ba84ab2d7015e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0780]: anonymous imports cannot be inlined
  --> $DIR/issue-61592-2.rs:6:7
   |
LL | #[doc(inline)]
   |       ^^^^^^
LL | #[doc = "baz"]
LL | pub use foo::Foo as _;
   | ---------------------- anonymous import

error: aborting due to previous error

For more information about this error, try `rustc --explain E0780`.