rust/compiler/rustc_infer/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
..
errors Spelling - compiler 2023-04-17 16:09:18 -04:00
infer Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
traits Break up long function in trait selection error reporting 2023-04-21 09:04:02 -07:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00