Skip to content

Commit f849045

Browse files
committed
Updated snapshot
1 parent 5fe1454 commit f849045

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test_outputs/query_execution/enum_variant_no_longer_non_exhaustive.snap

+14
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ expression: "&query_execution_results"
1717
"visibility_limit": String("public"),
1818
},
1919
],
20+
"./test_crates/enum_non_exhaustive_struct_variant_field_added/": [
21+
{
22+
"enum_name": String("EnumWithNonExhaustiveVariant"),
23+
"path": List([
24+
String("enum_non_exhaustive_struct_variant_field_added"),
25+
String("EnumWithNonExhaustiveVariant"),
26+
]),
27+
"span_begin_line": Uint64(24),
28+
"span_end_line": Uint64(24),
29+
"span_filename": String("src/lib.rs"),
30+
"variant_name": String("NonExhaustiveVariant"),
31+
"visibility_limit": String("public"),
32+
},
33+
],
2034
"./test_crates/enum_non_exhaustive_tuple_variant_changed_kind/": [
2135
{
2236
"enum_name": String("TestBecomeExhaustive"),

0 commit comments

Comments
 (0)