mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
b11b685a3f
Make `layout_of` cycles fatal errors This makes `layout_of` cycles fatal errors. This is a step towards removing query cycle recovery.
For more information about how the query system works, see the rustc dev guide.