blob: 9c9c9106f8ac3ea66677e9b06e035dd19fd3fd39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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`.
|