juniper/integration_tests/codegen_fail/fail/union
Christian Legnitto 29930b002b
Update compile fail tests for nightly Rust (#710)
* Update compile fail tests for latest Rust

The messages appear to have changed on nightly

* Fix tests depending on fixture data

* Fix more integration test paths

* Fix doc warnings
2020-07-18 13:19:50 -10:00
..
attr_wrong_item.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
attr_wrong_item.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
derive_wrong_item.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
derive_wrong_item.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_external_resolver_fn_conflicts_with_variant_external_resolver_fn.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_external_resolver_fn_conflicts_with_variant_external_resolver_fn.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_name_double_underscored.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_name_double_underscored.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_no_fields.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_no_fields.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_non_object_variant.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_non_object_variant.stderr Update compile fail tests for nightly Rust (#710) 2020-07-18 13:19:50 -10:00
enum_same_type_pretty.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_same_type_pretty.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_same_type_ugly.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_same_type_ugly.stderr Update compile fail tests for nightly Rust (#710) 2020-07-18 13:19:50 -10:00
enum_wrong_variant_field.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_wrong_variant_field.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_name_double_underscored.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_name_double_underscored.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_no_fields.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_no_fields.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_non_object_variant.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_non_object_variant.stderr Update compile fail tests for nightly Rust (#710) 2020-07-18 13:19:50 -10:00
struct_same_type_pretty.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_same_type_pretty.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_same_type_ugly.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_same_type_ugly.stderr Update compile fail tests for nightly Rust (#710) 2020-07-18 13:19:50 -10:00
trait_fail_infer_context.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_fail_infer_context.stderr Update compile fail tests for nightly Rust (#710) 2020-07-18 13:19:50 -10:00
trait_method_conflicts_with_external_resolver_fn.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_method_conflicts_with_external_resolver_fn.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_name_double_underscored.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_name_double_underscored.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_no_fields.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_no_fields.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_non_object_variant.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_non_object_variant.stderr Update compile fail tests for nightly Rust (#710) 2020-07-18 13:19:50 -10:00
trait_same_type_pretty.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_same_type_pretty.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_same_type_ugly.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_same_type_ugly.stderr Update compile fail tests for nightly Rust (#710) 2020-07-18 13:19:50 -10:00
trait_with_attr_on_method.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_with_attr_on_method.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_wrong_method_input_args.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_wrong_method_input_args.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_wrong_method_return_type.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_wrong_method_return_type.stderr Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00