show normalizes-to hack and response instantiation goals

This commit is contained in:
Boxy
2023-06-08 23:58:34 +01:00
parent e367c04dc6
commit 51090b962f
4 changed files with 71 additions and 18 deletions

View File

@@ -991,3 +991,9 @@ pub enum DefiningAnchor {
/// Used to catch type mismatch errors when handling opaque types.
Error,
}
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, HashStable)]
pub enum IsNormalizesToHack {
Yes,
No,
}