Instead of
```
LL | fn oom(
| __^
| | _|
| ||
LL | || ) {
| ||_-
LL | | }
| |__^
```
emit
```
LL | // fn oom(
LL | || ) {
| ||_-
LL | | }
| |__^
```
|
||
|---|---|---|
| .. | ||
| alloc-error-handler-bad-signature-1.rs | ||
| alloc-error-handler-bad-signature-1.stderr | ||
| alloc-error-handler-bad-signature-2.rs | ||
| alloc-error-handler-bad-signature-2.stderr | ||
| alloc-error-handler-bad-signature-3.rs | ||
| alloc-error-handler-bad-signature-3.stderr | ||
| default-alloc-error-hook.rs | ||