Skip to content

Commit

Permalink
rustdoc: update UI test for dropping "this" article
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Feb 23, 2023
1 parent a5b639d commit 0241e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc-ui/unable-fulfill-trait.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error[E0107]: this trait takes 1 generic argument but 0 generic arguments were supplied
error[E0107]: trait takes 1 generic argument but 0 generic arguments were supplied
--> $DIR/unable-fulfill-trait.rs:4:17
|
LL | field1: dyn Bar<'a, 'b,>,
Expand Down

0 comments on commit 0241e49

Please sign in to comment.