mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
af74ca0666
Instead of
```
LL | fn oom(
| __^
| | _|
| ||
LL | || ) {
| ||_-
LL | | }
| |__^
```
emit
```
LL | // fn oom(
LL | || ) {
| ||_-
LL | | }
| |__^
```