1
Fork 0
rust/compiler/rustc_trait_selection/src
Matthias Krüger 5f33a8c026
Rollup merge of #110563 - bryangarza:refactor-trait-selection-error-reporting, r=compiler-errors
Break up long function in trait selection error reporting + clean up nearby code

- Move blocks of code into their own functions
- Replace a few function argument types with their type aliases
- Create "AppendConstMessage" enum to replace a nested `Option`.
2023-04-25 06:46:48 +02:00
..
solve Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
traits Rollup merge of #110563 - bryangarza:refactor-trait-selection-error-reporting, r=compiler-errors 2023-04-25 06:46:48 +02:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
infer.rs remove some trait solver helpers 2023-03-21 09:57:20 +01:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00