We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433f0fd commit 2b5d48fCopy full SHA for 2b5d48f
crates/lowering/tests/concrete.rs
@@ -24,7 +24,7 @@ fn lower_value_equation() {
24
25
let (id, _, _) = index.nominal.lookup_expr_item("id").unwrap();
26
let id = lower.lowering_map.expr_item.get(&id).unwrap();
27
-
+
28
insta::assert_debug_snapshot!(id);
29
}
30
@@ -34,6 +34,6 @@ fn lower_value_equation_partial() {
34
35
36
37
38
39
0 commit comments