rust/compiler/rustc_trait_selection/src
Nicholas Nethercote 4da67fff61 Replace unnecessary abort_if_errors.
Replace `abort_if_errors` calls that are certain to abort -- because
we emit an error immediately beforehand -- with `FatalErro.raise()`.
2024-02-22 08:03:47 +11:00
..
solve Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errors 2024-02-21 16:32:58 +01:00
traits Replace unnecessary abort_if_errors. 2024-02-22 08:03:47 +11:00
errors.rs Reduce capabilities of Diagnostic. 2024-02-20 13:22:17 +11:00
infer.rs Move trait into attr so it's greppable 2024-02-16 15:07:37 +00:00
lib.rs Remove unnecessary min_specialization after bootstrap 2024-02-10 18:15:11 +11:00
regions.rs Move trait into attr so it's greppable 2024-02-16 15:07:37 +00:00