Lines Matching refs:DeriveInput
12 use syn::{Data, DeriveInput};
20 snapshot!(input as DeriveInput, @r###"
21 DeriveInput {
43 snapshot!(input as DeriveInput, @r###"
44 DeriveInput {
139 snapshot!(input as DeriveInput, @r###"
140 DeriveInput {
200 snapshot!(input as DeriveInput, @r###"
201 DeriveInput {
353 syn::parse2::<DeriveInput>(input).unwrap_err();
363 snapshot!(input as DeriveInput, @r###"
364 DeriveInput {
413 snapshot!(input as DeriveInput, @r###"
414 DeriveInput {
469 snapshot!(input as DeriveInput, @r###"
470 DeriveInput {
496 snapshot!(input as DeriveInput, @r###"
497 DeriveInput {
523 snapshot!(input as DeriveInput, @r###"
524 DeriveInput {
551 snapshot!(input as DeriveInput, @r###"
552 DeriveInput {
580 snapshot!(input as DeriveInput, @r###"
581 DeriveInput {
669 snapshot!(input as DeriveInput, @r###"
670 DeriveInput {
751 snapshot!(input as DeriveInput, @r###"
752 DeriveInput {