mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:27:17 +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.