rust/compiler
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
..
2022-08-12 16:28:15 -04:00
2022-08-22 07:35:33 +10:00
2022-08-22 07:35:33 +10:00
2022-08-22 00:57:21 +09:00