1
Fork 0
rust/compiler/rustc_hir_analysis/src
Matthew Jasper f46eabb9e5 Report nicer lifetime errors for specialization
Add an obligation cause for these error so that the error points to the
implementations that caused the error.
2023-05-05 22:19:56 +01:00
..
astconv Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr 2023-05-04 05:54:09 +00:00
check Auto merge of #111174 - matthiaskrgr:rollup-ncnqivh, r=matthiaskrgr 2023-05-04 13:44:38 +00:00
coherence Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr 2023-05-04 05:54:09 +00:00
collect Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
impl_wf_check Report nicer lifetime errors for specialization 2023-05-05 22:19:56 +01:00
outlives Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
structured_errors Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
variance Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=compiler-errors 2023-04-25 21:06:32 +02:00
autoderef.rs Replace tcx.mk_trait_ref with ty::TraitRef::new 2023-04-25 16:12:44 +00:00
bounds.rs Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr 2023-05-04 05:54:09 +00:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs Make some region folders a little stricter. 2023-04-26 10:14:16 +10:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Disallow (min) specialization imps with no items 2023-05-05 16:19:18 +01:00
hir_wf_check.rs Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors 2023-03-22 05:33:18 +00:00
impl_wf_check.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
lib.rs Implement negative bounds 2023-05-02 22:36:24 +00:00
structured_errors.rs