]> git.proxmox.com Git - rustc.git/blame - src/test/ui/generic-associated-types/parse/trait-path-unimplemented.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / generic-associated-types / parse / trait-path-unimplemented.stderr
CommitLineData
fc512014
XL
1error: lifetime in trait object type must be followed by `+`
2 --> $DIR/trait-path-unimplemented.rs:13:31
3 |
4LL | fn f1<'a>(arg : Box<dyn X<Y('a) = &'a ()>>) {}
5 | ^^
6
7error: generic associated types in trait paths are currently not implemented
8 --> $DIR/trait-path-unimplemented.rs:8:30
9 |
10LL | fn f1<'a>(arg : Box<dyn X<Y<'a> = &'a ()>>) {}
11 | ^^^^
12
13error: aborting due to 2 previous errors
14