rust/compiler/rustc_ast_lowering/src
Michael Goulet bc1d205e4c
Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnostic, r=davidtwco
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).
2022-08-26 15:56:21 -07:00
..
asm.rs Changes made in response to feedback 2022-08-22 19:24:14 +02:00
block.rs Completely remove captures flag 2022-08-04 11:26:53 -03:00
errors.rs Resolve conflicts 2022-08-22 19:34:19 +02:00
expr.rs Migrate all span_err(...) in ast_lowering to SessionDiagnostic 2022-08-22 19:21:41 +02:00
index.rs Make Node::ExprField a child of Node::Expr. 2022-08-11 21:48:39 -07:00
item.rs Migrate all span_err(...) in ast_lowering to SessionDiagnostic 2022-08-22 19:21:41 +02:00
lib.rs Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnostic, r=davidtwco 2022-08-26 15:56:21 -07:00
lifetime_collector.rs Simplify rustc_ast::visit::Visitor::visit_poly_trait_ref. 2022-08-11 11:10:01 +10:00
pat.rs Migrate all span_err(...) in ast_lowering to SessionDiagnostic 2022-08-22 19:21:41 +02:00
path.rs Migrate ast_lowering::path to SessionDiagnostic 2022-08-22 19:19:58 +02:00