bless tests

This commit is contained in:
b-naber 2021-01-22 18:31:25 +01:00
parent 5ddad99a56
commit 3ba6cf13f4

View File

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