juniper/tests/codegen/fail/union
Benno Tielen bea94398e8
Improve project toolchain (#1084)
- switch from `skeptic` to mdBook native tests
- refactor `juniper_integration_tests` to be granular
- make `cargo test` command fully compatible with stable Rust
- adjust outdated Contribution Guide

Additionally:
- fix codegen tests on latest nightly Rust
2022-07-20 10:37:58 +00:00
..
attr_wrong_item.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_wrong_item.stderr Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_wrong_item.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_wrong_item.stderr Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03: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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00:00
enum_no_fields.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
enum_no_fields.stderr Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Improve project toolchain (#1084) 2022-07-20 10:37:58 +00: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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00:00
struct_no_fields.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
struct_no_fields.stderr Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +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 Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03: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 Improve project toolchain (#1084) 2022-07-20 10:37:58 +00: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 Upgrade to 2021 Rust edition 2022-07-13 15:20:10 +02: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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00:00
trait_no_fields.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
trait_no_fields.stderr Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Improve project toolchain (#1084) 2022-07-20 10:37:58 +00: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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00: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 Update all links to October 2021 spec (#1075, #1000) 2022-06-28 15:32:08 +00:00