blob: 0b96b65930974fba5d7041566b7e5f4c0abd7eeb [file] [log] [blame] [edit]
error[E0780]: anonymous imports cannot be inlined
--> $DIR/issue-61592.rs:5:7
|
LL | #[doc(inline)]
| ^^^^^^
LL | pub use foo::Foo as _;
| ---------------------- anonymous import
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0780`.