Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a third
DiagnosticBuilder::emit_without_consuming
call.
It's not clear why this was here, because the created error is returned as a normal error anyway. Nor is it clear why removing the call works. The change doesn't affect any tests; `tests/ui/parser/issues/issue-102182-impl-trait-recover.rs` looks like the only test that could have been affected.
- Loading branch information