'internal error: entered unreachable code' when formatting doc comment #4077
Labels
bug
Panic, non-idempotency, invalid code, etc.
only-with-option
requires a non-default option value to reproduce
The following code:
produces the following error when formatted with
rustfmt
:The panic is caught, so
rustfmt
continues executing. However, it would be nice ifrustfmt
properly handled this kind of doc comment.Found while working on taiki-e/pin-project#181
The text was updated successfully, but these errors were encountered: