Skip to content

Commit 3ba6cf1

Browse files
committed
bless tests
1 parent 5ddad99 commit 3ba6cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/generic-associated-types/parse/trait-path-missing-gen_arg.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ error: expected one of `>`, a const expression, lifetime, or type, found `=`
2828
--> $DIR/trait-path-missing-gen_arg.rs:17:30
2929
|
3030
LL | fn f1<'a>(arg : Box<dyn X< = 32 >>) {}
31-
| - ^ expected one of `>`, const, lifetime, or type
31+
| - ^ expected one of `>`, a const expression, lifetime, or type
3232
| |
3333
| maybe try to close unmatched angle bracket
3434

0 commit comments

Comments
 (0)