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
error[E0109]: lifetime arguments are not allowed for this type
--> src/lib.rs:6:40
|
6 | fn make_b<'a>(&'a self) -> Self::B<'a>;
| ^^ lifetime argument not allowed
Uses generic associated types - #44265
As I understand it, the following should be legal:
I simply get an error:
Playground: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=a4a05477f9f0f529277707801ffd0297