11 lines
304 B
Text
11 lines
304 B
Text
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 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0780`.
|