about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorA4-Tacks <wdsjxhno1001@163.com>2025-09-03 21:14:19 +0800
committerA4-Tacks <wdsjxhno1001@163.com>2025-09-03 21:14:19 +0800
commit1bf57df7d72333bb4289d8f7072e8e170ad54ce2 (patch)
treea73b9051f24c366efb27f4e8a1bd81df20bf0e47 /compiler/rustc_interface/src
parentab5113a316959f2558f03a7bf590e967602f02df (diff)
downloadrust-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