aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/lifetime.stderr
blob: 500f6abaac8cdf037b5439c1b385475287b1e19d (plain)
1
2
3
4
5
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>);
  |                  ^^^^^^^^^^^^^^^^^