Skip to content

Commit 7f5ad61

Browse files
committed
Bless tests
1 parent 566012e commit 7f5ad61

6 files changed

+604
-41
lines changed

src/test/ui/generic-associated-types/gat-trait-path-parenthesised-args.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ error[E0107]: this associated type takes 0 generic arguments but 1 generic argum
4949
--> $DIR/gat-trait-path-parenthesised-args.rs:8:27
5050
|
5151
LL | fn foo<'a>(arg: Box<dyn X<Y('a) = &'a ()>>) {}
52-
| ^-------------- help: remove these generics
52+
| ^---- help: remove these generics
5353
| |
5454
| expected 0 generic arguments
5555
|

0 commit comments

Comments
 (0)