Skip to content

Commit 0241e49

Browse files
committed
rustdoc: update UI test for dropping "this" article
1 parent a5b639d commit 0241e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-ui/unable-fulfill-trait.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0107]: this trait takes 1 generic argument but 0 generic arguments were supplied
1+
error[E0107]: trait takes 1 generic argument but 0 generic arguments were supplied
22
--> $DIR/unable-fulfill-trait.rs:4:17
33
|
44
LL | field1: dyn Bar<'a, 'b,>,

0 commit comments

Comments
 (0)