rust/compiler/rustc_const_eval/src/util
Nilstrieb 5acf26b97e Make ty::print::Printer take &mut self instead of self
This simplifies the code by removing all the `self` assignments and
makes the flow of data clearer - always into the printer.
Especially in v0 mangling, which already used  `&mut self` in some
places, it gets a lot more uniform.
2023-10-21 11:33:05 +02:00
..
alignment.rs still accept references to u8 slices and str in packed fields 2023-09-06 08:32:30 +02:00
check_validity_requirement.rs interpret: make MemPlace, Place, Operand types private to the interpreter 2023-09-04 17:53:38 +02:00
compare_types.rs have better explanation for relate_types 2023-10-02 23:39:45 +03:00
mod.rs change is_subtype to relate_types 2023-10-02 23:39:45 +03:00
type_name.rs Make ty::print::Printer take &mut self instead of self 2023-10-21 11:33:05 +02:00