rust/compiler/rustc_infer/src
Scott McMurray 925dc37313 Stop using BREAK & CONTINUE in compiler
Switching them to `Break(())` and `Continue(())` instead.

libs-api would like to remove these constants, so stop using them in compiler to make the removal PR later smaller.
2023-01-17 23:17:51 -08:00
..
errors Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errors 2023-01-07 20:43:18 +01:00
infer Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
traits Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 2023-01-17 20:21:25 +01:00
lib.rs Remove #![allow(rustc::potential_query_instability)] from rustc_infer 2022-10-28 15:32:49 +02:00