rust/tests/ui/traits/next-solver/unsound-region-obligation.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
255 B
Plaintext
Raw Normal View History

2024-01-26 13:18:14 -06:00
error[E0477]: the type `<() as StaticTy>::Item<'a>` does not fulfill the required lifetime
|
= note: type must satisfy the static lifetime
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0477`.