about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorA4-Tacks <wdsjxhno1001@163.com>2025-09-07 15:05:11 +0800
committerA4-Tacks <wdsjxhno1001@163.com>2025-09-09 15:22:12 +0800
commit2079d1126bcfb5ed125009f3ccfc67ebd7995d56 (patch)
tree7609b12ee0801d6778c44fcee7183d39ef08b905 /compiler/rustc_codegen_llvm/src/errors.rs
parentab5113a316959f2558f03a7bf590e967602f02df (diff)
downloadrust-2079d1126bcfb5ed125009f3ccfc67ebd7995d56.tar.gz
rust-2079d1126bcfb5ed125009f3ccfc67ebd7995d56.zip
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"
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions