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-03 01:18:47 +0800
committerA4-Tacks <wdsjxhno1001@163.com>2025-09-03 01:18:47 +0800
commit4f0e9e29e344975ddf9ebaf5bb8e71a0a433023e (patch)
tree2d1ad85bf1a4432d31246b998df6ed9ce9d9da86 /compiler/rustc_codegen_llvm/src/errors.rs
parentab5113a316959f2558f03a7bf590e967602f02df (diff)
downloadrust-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