blob: 500f6abaac8cdf037b5439c1b385475287b1e19d [file] [log] [blame]
error: non-static lifetimes are not allowed in the source of an error
--> $DIR/lifetime.rs:5:18
|
5 | struct Error<'a>(#[from] Inner<'a>);
| ^^^^^^^^^^^^^^^^^