You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustc 1.16.0-nightly (1a2ed98d3 2017-01-13)
error: expected `,` or `>` after lifetime name, found `+`
--> <anon>:1:24
|
1 | fn lol<'a>() -> Box<'a + Iterator<Item=()>> {
| ^
|
note: did you mean a single argument type &'a Type, or did you mean the comma-separated arguments 'a, Type?
--> <anon>:1:21
|
1 | fn lol<'a>() -> Box<'a + Iterator<Item=()>> {
| ^^^^
error: aborting due to previous error