rustdoc: update UI test for dropping "this" article

This commit is contained in:
Michael Howell 2023-02-23 11:59:26 -07:00
parent a5b639dc01
commit 0241e493b1

View File

@ -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,>,