rust/compiler/rustc_infer/src
Dylan DPC f42cdf76e1
Rollup merge of #100368 - chenyukang:fix-100321, r=lcnr
InferCtxt tainted_by_errors_flag should be Option<ErrorGuaranteed>

Fixes #100321.
Use Cell<Option<ErrorGuaranteed>> to guarantee that we emit an error when that flag is set.
2022-08-23 20:40:03 +05:30
..
infer Rollup merge of #100368 - chenyukang:fix-100321, r=lcnr 2022-08-23 20:40:03 +05:30
traits anonymize all bound vars, not just regions 2022-07-28 16:13:47 +02:00
lib.rs Adjust cfgs 2022-08-12 16:28:15 -04:00