diff options
| author | A4-Tacks <wdsjxhno1001@163.com> | 2025-09-03 21:14:19 +0800 |
|---|---|---|
| committer | A4-Tacks <wdsjxhno1001@163.com> | 2025-09-03 21:14:19 +0800 |
| commit | 1bf57df7d72333bb4289d8f7072e8e170ad54ce2 (patch) | |
| tree | a73b9051f24c366efb27f4e8a1bd81df20bf0e47 /compiler/rustc_interface/src | |
| parent | ab5113a316959f2558f03a7bf590e967602f02df (diff) | |
| download | rust-1bf57df7d72333bb4289d8f7072e8e170ad54ce2.tar.gz rust-1bf57df7d72333bb4289d8f7072e8e170ad54ce2.zip | |
Add applicable on bang `!` for apply_demorgan
Example
---
```rust
fn f() { $0!(1 || 3 && 4 || 5) }
```
->
```rust
fn f() { !1 && !(3 && 4) && !5 }
```
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions
