Print leading zeros for non pointers

This commit is contained in:
Oliver Scherer 2020-02-10 17:05:18 +01:00
parent b837e71732
commit b2e93a41a6
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ fn main() {
// START rustc.main.ConstProp.after.mir
// bb0: {
// ...
// _3 = const {transmute(0x1): std::option::Option<bool>};
// _3 = const {transmute(0x01): std::option::Option<bool>};
// _4 = const 1isize;
// switchInt(const 1isize) -> [1isize: bb2, otherwise: bb1];
// }