bless tests
This commit is contained in:
parent
5ddad99a56
commit
3ba6cf13f4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ error: expected one of `>`, a const expression, lifetime, or type, found `=`
|
||||||
--> $DIR/trait-path-missing-gen_arg.rs:17:30
|
--> $DIR/trait-path-missing-gen_arg.rs:17:30
|
||||||
|
|
|
|
||||||
LL | fn f1<'a>(arg : Box<dyn X< = 32 >>) {}
|
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
|
| maybe try to close unmatched angle bracket
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue