diff options
| author | A4-Tacks <wdsjxhno1001@163.com> | 2025-09-03 01:18:47 +0800 |
|---|---|---|
| committer | A4-Tacks <wdsjxhno1001@163.com> | 2025-09-03 01:18:47 +0800 |
| commit | 4f0e9e29e344975ddf9ebaf5bb8e71a0a433023e (patch) | |
| tree | 2d1ad85bf1a4432d31246b998df6ed9ce9d9da86 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | ab5113a316959f2558f03a7bf590e967602f02df (diff) | |
| download | rust-4f0e9e29e344975ddf9ebaf5bb8e71a0a433023e.tar.gz rust-4f0e9e29e344975ddf9ebaf5bb8e71a0a433023e.zip | |
Fix closure in match not applicable for add_braces
Example
---
**Not applicable**:
```rust
fn foo() {
match () {
() => {
t(|n|$0 n + 100);
}
}
}
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
