mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
87a354b15d
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
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 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0780`.
|