juniper/tests/codegen/fail/union
2024-09-09 15:50:37 +03:00
..
attr_wrong_item.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_wrong_item.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_wrong_item.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_wrong_item.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
enum_external_resolver_fn_conflicts_with_variant_external_resolver_fn.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
enum_external_resolver_fn_conflicts_with_variant_external_resolver_fn.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
enum_name_double_underscored.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
enum_name_double_underscored.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
enum_no_fields.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
enum_no_fields.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
enum_non_object_variant.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
enum_non_object_variant.stderr Update codegen tests for 1.81 Rust 2024-09-09 15:50:37 +03:00
enum_same_type_pretty.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
enum_same_type_pretty.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
enum_same_type_ugly.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
enum_same_type_ugly.stderr Update codegen tests for 1.81 Rust 2024-09-09 15:50:37 +03:00
enum_wrong_variant_field.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
enum_wrong_variant_field.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
struct_name_double_underscored.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
struct_name_double_underscored.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
struct_no_fields.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
struct_no_fields.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
struct_non_object_variant.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
struct_non_object_variant.stderr Update codegen tests for 1.81 Rust 2024-09-09 15:50:37 +03:00
struct_same_type_pretty.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
struct_same_type_pretty.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
struct_same_type_ugly.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
struct_same_type_ugly.stderr Update codegen tests for 1.81 Rust 2024-09-09 15:50:37 +03:00
trait_fail_infer_context.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_fail_infer_context.stderr Update codegen tests for 1.81 Rust 2024-09-09 15:50:37 +03:00
trait_method_conflicts_with_external_resolver_fn.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_method_conflicts_with_external_resolver_fn.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
trait_name_double_underscored.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_name_double_underscored.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
trait_no_fields.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_no_fields.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
trait_non_object_variant.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_non_object_variant.stderr Update codegen tests for 1.81 Rust 2024-09-09 15:50:37 +03:00
trait_same_type_pretty.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_same_type_pretty.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
trait_same_type_ugly.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_same_type_ugly.stderr Update codegen tests for 1.81 Rust 2024-09-09 15:50:37 +03:00
trait_with_attr_on_method.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_with_attr_on_method.stderr Preserve input body when attribute macro expansion fails (#1245, #1244) 2024-01-30 16:41:11 +01:00
trait_wrong_method_input_args.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_wrong_method_input_args.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
trait_wrong_method_return_type.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_wrong_method_return_type.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00