Skip to content

Commit 1990713

Browse files
committed
Fix tests
1 parent 8a4e7a7 commit 1990713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/rustdoc-ui/issue-61592.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
error[E0780]: inline with wildcard import
1+
error[E0780]: anonymous imports cannot be inlined
22
--> $DIR/issue-61592.rs:5:7
33
|
44
LL | #[doc(inline)]
55
| ^^^^^^
66
LL | pub use foo::Foo as _;
7-
| ---------------------- wildcard import
7+
| ---------------------- anonymous import
88

99
error: aborting due to previous error
1010

0 commit comments

Comments
 (0)