blob: dea3b62334c4ddb1c5dfe209dcca6cfe1a6c48f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0477]: the type `&'a ()` does not fulfill the required lifetime
--> $DIR/unsound-region-obligation.rs:9:21
|
LL | type Item<'a> = &'a ();
| ^^^^^^
|
= note: type must satisfy the static lifetime
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0477`.
|