juniper/tests/codegen/fail/enum
dependabot[bot] 782eccba47
Upgrade syn crate to 2.0 version (#1157)
- replace `proc-macro-error` crate with simplified `common::diagnostic::pollyfill`
- migrate `juniper_codegen_tests` to stable Rust

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2023-11-01 19:00:05 +01:00
..
derive_duplicated_value_names.rs Rework #[derive(GraphQLEnum)] macro implementation (#1047) 2022-06-24 21:57:52 +03:00
derive_duplicated_value_names.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_name_double_underscored.rs Rework #[derive(GraphQLEnum)] macro implementation (#1047) 2022-06-24 21:57:52 +03:00
derive_name_double_underscored.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_no_values.rs Rework #[derive(GraphQLEnum)] macro implementation (#1047) 2022-06-24 21:57:52 +03:00
derive_no_values.stderr Rework #[derive(GraphQLEnum)] macro implementation (#1047) 2022-06-24 21:57:52 +03:00
derive_variant_with_field.rs Rework #[derive(GraphQLEnum)] macro implementation (#1047) 2022-06-24 21:57:52 +03:00
derive_variant_with_field.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_wrong_item.rs Rework #[derive(GraphQLEnum)] macro implementation (#1047) 2022-06-24 21:57:52 +03:00
derive_wrong_item.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00