mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
180f3237d4
Split out the creation of `Cycle` to a new `process_cycle` function This splits out the creation of `CycleError` to a new `process_cycle` function. This makes it a bit clearer which operations are done for diagnostic purposes vs. what's needed to break cycles.