rust/compiler/rustc_trait_selection/src
Jubilee 4bfc10617a
Rollup merge of #127631 - compiler-errors:yeet-fully-norm, r=lcnr
Remove `fully_normalize`

Yeet this function and replace it w/ some `ObligationCtxt` instead. It wasn't called very often anyways.

r? lcnr
2024-07-12 13:47:09 -07:00
..
error_reporting Allows #[diagnostic::do_not_recommend] to supress trait impls in suggestions as well 2024-07-11 08:14:28 +02:00
solve Split out overflow handling into its own module 2024-07-09 09:51:56 -04:00
traits Remove fully_normalize 2024-07-11 19:15:04 -04:00
errors.rs Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00:00
infer.rs Actually just make can_eq process obligations (almost) everywhere 2024-07-05 11:59:54 -04:00
lib.rs Move trait selection error reporting to its own top-level module 2024-07-08 16:04:47 -04:00
regions.rs Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_with_diagnostics 2024-06-03 09:27:52 -04:00
solve.rs Rename a bunch of things 2024-06-21 12:32:05 -04:00