Rollup merge of #101049 - JeanCASPAR:remove-span_fatal-from-ast_lowering, r=davidtwco
Remove span fatal from ast lowering Now the crate `rustc_ast_lowering` is fully migrated to `SessionDiagnostic`. r? ``@davidtwco``
This commit is contained in:
commit
78e5d05ea0
4 changed files with 20 additions and 3 deletions
|
@ -129,3 +129,5 @@ ast_lowering_not_supported_for_lifetime_binder_async_closure =
|
|||
|
||||
ast_lowering_arbitrary_expression_in_pattern =
|
||||
arbitrary expressions aren't allowed in patterns
|
||||
|
||||
ast_lowering_inclusive_range_with_no_end = inclusive range with no end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue