summary refs log tree commit diff
path: root/src/librustc_ty/instance.rs
AgeCommit message (Collapse)AuthorLines
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-03-01`delay_span_bug` when codegen cannot select obligationEsteban Küber-1/+1
Fix #69602, introduced in #60126 by letting the compiler continue past type checking after encountering errors.
2020-02-16Other crates.Camille GILLOT-1/+1
2020-02-13Move resolve_instance to rustc_ty.Camille GILLOT-0/+136