implement valtree -> constvalue conversion

This commit is contained in:
b-naber
2022-04-05 16:33:42 +02:00
parent eaf8cdaa0b
commit 1157dc7167
9 changed files with 546 additions and 151 deletions

View File

@@ -14,7 +14,7 @@ mod terminator;
mod traits;
mod util;
mod validity;
mod visitor;
pub(crate) mod visitor;
pub use rustc_middle::mir::interpret::*; // have all the `interpret` symbols in one place: here