tentatively seems to be working.

This commit is contained in:
Tom Alexander
2020-05-10 19:16:55 -04:00
parent c96b2257d7
commit 8fd2a9cf39
5 changed files with 37 additions and 1 deletions

View File

@@ -245,6 +245,9 @@ impl<'a> DustRenderer<'a> {
RValue::RVPath(path) => walk_path(breadcrumbs, &path.keys),
},
};
if left_side.unwrap().equals(right_side.unwrap()) {
panic!("testing");
}
// let x = WalkError::CantWalk;
// let y = WalkError::CantWalk;
// if x == y {