juniper/tests/codegen/fail/union
2024-05-09 11:20:14 +02: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 Fix codegen tests for 1.74 Rust 2023-11-16 21:14:50 +01: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 Make Clippy happy for 1.78 Rust 2024-05-02 18:03:27 +02: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 Fix codegen tests for 1.74 Rust 2023-11-16 21:14:50 +01: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 Fix codegen failure tests 2024-05-09 11:20:14 +02: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 Fix codegen tests for latest nightly 2023-07-10 14:13:05 +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 Fix codegen tests for 1.74 Rust 2023-11-16 21:14:50 +01: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 Make Clippy happy for 1.78 Rust 2024-05-02 18:03:27 +02: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