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[E0621]: explicit lifetime required in the type of `b`
--> src/main.rs:15:9
|
14 | fn take_bar(&mut self, b: Bar<'_>) {
| - consider changing the type of `b` to `Bar<'_>`
15 | self.y = b.z
| ^^^^^^^^^^^^ lifetime `'_` required
error: aborting due to previous error
https://play.rust-lang.org/?gist=96fc205e5162ae48cb27063a22ea4518&version=nightly&mode=debug&edition=2015
cc @davidtwco
The text was updated successfully, but these errors were encountered: