mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
af74ca0666
Instead of
```
LL | fn oom(
| __^
| | _|
| ||
LL | || ) {
| ||_-
LL | | }
| |__^
```
emit
```
LL | // fn oom(
LL | || ) {
| ||_-
LL | | }
| |__^
```