We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4e7a7 commit 1990713Copy full SHA for 1990713
src/test/rustdoc-ui/issue-61592.stderr
@@ -1,10 +1,10 @@
1
-error[E0780]: inline with wildcard import
+error[E0780]: anonymous imports cannot be inlined
2
--> $DIR/issue-61592.rs:5:7
3
|
4
LL | #[doc(inline)]
5
| ^^^^^^
6
LL | pub use foo::Foo as _;
7
- | ---------------------- wildcard import
+ | ---------------------- anonymous import
8
9
error: aborting due to previous error
10
0 commit comments