rust/compiler/rustc_ast_passes/src
Nicholas Nethercote 09ca866738 Remove an unchecked_error_guaranteed call.
If we abort immediately after complaining about the obsolete `impl Trait
for ..` syntax, then we avoid reaching HIR lowering. This means we can
use `TyKind::Dummy` instead of `TyKind::Err`.
2024-02-21 17:02:30 +11:00
..
ast_validation.rs Remove an unchecked_error_guaranteed call. 2024-02-21 17:02:30 +11:00
errors.rs Reduce capabilities of Diagnostic. 2024-02-20 13:22:17 +11:00
feature_gate.rs Reduce capabilities of Diagnostic. 2024-02-20 13:22:17 +11:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
node_count.rs Remove unused span argument from walk_fn. 2022-09-12 13:24:27 +10:00
show_span.rs Rename {create,emit}_warning as {create,emit}_warn. 2024-01-10 07:33:06 +11:00