|
| 1 | +--- |
| 2 | +source: src/query.rs |
| 3 | +expression: "&query_execution_results" |
| 4 | +snapshot_kind: text |
| 5 | +--- |
| 6 | +{ |
| 7 | + "./test_crates/type_allows_fewer_const_generic_params/": [ |
| 8 | + { |
| 9 | + "name": String("Example"), |
| 10 | + "new_allowed_const_count": Uint64(1), |
| 11 | + "new_allowed_consts": List([ |
| 12 | + String("N"), |
| 13 | + ]), |
| 14 | + "old_allowed_const_count": Uint64(2), |
| 15 | + "old_allowed_consts": List([ |
| 16 | + String("N"), |
| 17 | + String("M"), |
| 18 | + ]), |
| 19 | + "owner_type": String("Struct"), |
| 20 | + "path": List([ |
| 21 | + String("type_allows_fewer_const_generic_params"), |
| 22 | + String("Example"), |
| 23 | + ]), |
| 24 | + "span_begin_line": Uint64(1), |
| 25 | + "span_filename": String("src/lib.rs"), |
| 26 | + "visibility_limit": String("public"), |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": String("NotGenericAnymore"), |
| 30 | + "new_allowed_const_count": Uint64(0), |
| 31 | + "new_allowed_consts": List([]), |
| 32 | + "old_allowed_const_count": Uint64(1), |
| 33 | + "old_allowed_consts": List([ |
| 34 | + String("N"), |
| 35 | + ]), |
| 36 | + "owner_type": String("Enum"), |
| 37 | + "path": List([ |
| 38 | + String("type_allows_fewer_const_generic_params"), |
| 39 | + String("NotGenericAnymore"), |
| 40 | + ]), |
| 41 | + "span_begin_line": Uint64(5), |
| 42 | + "span_filename": String("src/lib.rs"), |
| 43 | + "visibility_limit": String("public"), |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": String("NotGenericEither"), |
| 47 | + "new_allowed_const_count": Uint64(0), |
| 48 | + "new_allowed_consts": List([]), |
| 49 | + "old_allowed_const_count": Uint64(1), |
| 50 | + "old_allowed_consts": List([ |
| 51 | + String("N"), |
| 52 | + ]), |
| 53 | + "owner_type": String("Union"), |
| 54 | + "path": List([ |
| 55 | + String("type_allows_fewer_const_generic_params"), |
| 56 | + String("NotGenericEither"), |
| 57 | + ]), |
| 58 | + "span_begin_line": Uint64(9), |
| 59 | + "span_filename": String("src/lib.rs"), |
| 60 | + "visibility_limit": String("public"), |
| 61 | + }, |
| 62 | + ], |
| 63 | +} |
0 commit comments