rust/compiler/rustc_const_eval/src
nils 6e0c404f76
Rollup merge of #106648 - Nilstrieb:poly-cleanup, r=compiler-errors
Polymorphization cleanup

Split out of #106233

Use a newtype instead of a bitset directly. This makes the code way easier to read and easier to adapt for future changes.
2023-01-11 17:30:55 +01:00
..
const_eval simplify alignment_check_failed a bit 2022-12-15 16:48:30 +00:00
interpret Use newtype for unused generic parameters 2023-01-09 19:10:00 +01:00
transform Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
util Assert defining anchor is set in take_opaque_types 2023-01-09 18:14:28 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Remove allow(rustc::potential_query_instability) in rustc_const_eval 2022-10-18 17:44:01 +02:00