rust/compiler/rustc_const_eval
Matthias Krüger 2bb7260058
Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot
interpret: move discriminant reading and writing to separate file

This is quite different from the otherwise fairly general read and write functions in place.rs and operand.rs, and also it's nice to have these two functions close together as they are basically inverses of each other.
2023-02-06 21:16:43 +01:00
..
src interpret: move discriminant reading and writing to separate file 2023-02-06 17:10:26 +01:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00