1
Fork 0
rust/compiler/rustc_trait_selection/src/traits
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
..
error_reporting Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
query Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
select Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr 2023-01-17 20:21:28 +01:00
specialize Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 2023-01-17 20:21:25 +01:00
auto_trait.rs remove redundant fn params that were only "used" in recursion 2022-12-18 14:27:07 +01:00
chalk_fulfill.rs Remove normalize_projection_type 2022-11-24 09:02:55 -03:00
coherence.rs Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
const_evaluatable.rs Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
engine.rs Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr 2023-01-09 23:35:30 +08:00
fulfill.rs Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obk 2022-11-28 15:42:11 +05:30
misc.rs Move fallback_has_occurred to FnCtxt 2022-11-06 02:40:25 +00:00
mod.rs Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
object_safety.rs Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
outlives_bounds.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
project.rs Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr 2023-01-17 20:21:28 +01:00
relationships.rs Rename to match similar methods 2022-12-14 15:36:39 +00:00
structural_match.rs Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
util.rs remove unused imports 2022-12-26 15:01:20 +09:00
vtable.rs instantiate_own doesn't need to return a pair of vectors 2023-01-15 15:29:53 +00:00
wf.rs Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 2023-01-17 20:21:25 +01:00