blob: dec15f47a03012cb5f1431bd79f6c26a75ff26ca [file] [log] [blame]
error[E0309]: the parameter type `T` may not live long enough
--> $DIR/ty-param-fn-body-nll-feature.rs:30:5
|
LL | outlives(cell, t)
| ^^^^^^^^^^^^^^^^^
|
= help: consider adding an explicit lifetime bound `T: 'a`...
error: aborting due to previous error
For more information about this error, try `rustc --explain E0309`.