rust-analyzer/crates/syntax
A4-Tacks 080f2b3f71
Fix LifetimeParam::lifetime_bounds invalid implement
Lifetime node example:

```
LIFETIME_PARAM@15..21
  LIFETIME@15..17
    LIFETIME_IDENT@15..17 "'a"
  COLON@17..18 ":"
  WHITESPACE@18..19 " "
  TYPE_BOUND_LIST@19..21
    TYPE_BOUND@19..21
      LIFETIME@19..21
        LIFETIME_IDENT@19..21 "'b"
```
2025-09-09 15:22:12 +08:00
..
fuzz edition = "2024" 2025-03-15 21:32:01 +01:00
src Fix LifetimeParam::lifetime_bounds invalid implement 2025-09-09 15:22:12 +08:00
test_data minor: Simplify impl-ty parse validation 2025-03-25 10:14:40 +01:00
Cargo.toml Don't run doctests 2025-06-23 00:50:22 +03:00
rust.ungram Merge Trait and TraitAlias handling 2025-08-13 15:28:08 +08:00