rust/compiler/rustc_trait_selection/src
Dylan DPC a8f7ec2c48
Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebank
fix [type error] for error E0029 and E0277

check explicitly for the type references error
if ty.references_error() is true change the error to be err.delay_as_bug() and prevent the error E0029 and E0277 from emitting out this fix #105946
2023-01-06 11:38:57 +05:30
..
solve has_overflow only if value is *not* within limit 2023-01-03 01:09:08 +00:00
traits Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebank 2023-01-06 11:38:57 +05:30
autoderef.rs partially_normalize_... -> At::normalize 2022-11-28 17:35:39 +00:00
errors.rs Don't print full paths in overlap errors 2022-11-10 05:41:09 +00:00
infer.rs partially_normalize_... -> At::normalize 2022-11-28 17:35:39 +00:00
lib.rs implement the skeleton of the updated trait solver 2022-12-19 16:46:17 +00:00