Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0urobor0s committed Dec 23, 2020
1 parent 8a4e7a7 commit 1990713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/rustdoc-ui/issue-61592.stderr
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
error[E0780]: inline with wildcard import
error[E0780]: anonymous imports cannot be inlined
--> $DIR/issue-61592.rs:5:7
|
LL | #[doc(inline)]
| ^^^^^^
LL | pub use foo::Foo as _;
| ---------------------- wildcard import
| ---------------------- anonymous import

error: aborting due to previous error

Expand Down

0 comments on commit 1990713

Please sign in to comment.