rust-analyzer/crates/ide-completion
Lukas Wirth f3d7415bd6 Parse lifetime bounds in lifetime param into TypeBoundList
This mainly aids in error recovery but also makes it a bit easier to handle lifetime resolution.
While doing so it also came apparent that we were not actually lowering lifetime outlives relationships within lifetime parameter declaration bounds, so this fixes that.
2024-12-05 17:52:02 +01:00
..
src Parse lifetime bounds in lifetime param into TypeBoundList 2024-12-05 17:52:02 +01:00
Cargo.toml Move text-edit into ide-db 2024-10-28 14:37:41 +01:00