mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

This created unexpected diagnostics while compiling alga: cannot satisfy `<Self as Module>::Ring == _` Turns out that we don't need this diagnostic as we disable inlining when it would trigger an ICE.