about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/error_reporting/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-08eagerly compute `sub_relations` againlcnr-4/+0
2024-10-12Swap Vec<PredicateObligation> to type aliasGnomedDev-4/+3
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-0/+72
2024-07-08Move trait selection error reporting to its own top-level moduleMichael Goulet-0/+1