Migrate ast lowering to session diagnostic I migrated the whole rustc_ast_lowering crate to session diagnostic *except* the for the use of `span_fatal` at /compiler/rustc_ast_lowering/src/expr.rs#L1268 because `#[fatal(...)]` is not yet supported (see https://github.com/rust-lang/rust/pull/100694). |
||
|---|---|---|
| .. | ||
| asm.rs | ||
| block.rs | ||
| errors.rs | ||
| expr.rs | ||
| index.rs | ||
| item.rs | ||
| lib.rs | ||
| lifetime_collector.rs | ||
| pat.rs | ||
| path.rs | ||