granite-rust/compiler/rustc_middle
Hans Kratz aa465a5983 Bail on any found recursion when expanding opaque types
Fixes #87450. More of a bandaid because it does not fix the exponential complexity of the type folding used for opaque type expansion.
2021-07-28 14:21:59 +02:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Bail on any found recursion when expanding opaque types 2021-07-28 14:21:59 +02:00
Cargo.toml rustc_middle: Remove unused dependency measureme 2021-06-25 01:12:59 -07:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.