diff options
| author | A4-Tacks <wdsjxhno1001@163.com> | 2025-09-06 13:07:53 +0800 |
|---|---|---|
| committer | A4-Tacks <wdsjxhno1001@163.com> | 2025-09-06 13:09:07 +0800 |
| commit | a5bb60b19c1113a751c7dac00ea8ae0ac20cd15f (patch) | |
| tree | fcc51e2000fe2dc128a108fbdc274dd270b9560d /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | ab5113a316959f2558f03a7bf590e967602f02df (diff) | |
| download | rust-a5bb60b19c1113a751c7dac00ea8ae0ac20cd15f.tar.gz rust-a5bb60b19c1113a751c7dac00ea8ae0ac20cd15f.zip | |
Add allow `else` keyword completion in LetStmt
Example
---
```rust
fn foo() {
let _ = 2 el$0
}
```
->
```rust
fn foo() {
let _ = 2 else {
$0
};
}
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
