|
| 1 | +current scope |
| 2 | + --> /home/jon/github/jongiddy/typle/src/context.rs:482:49 |
| 3 | + | |
| 4 | +482 | ... ) = (bounds.get(0), bounds.get(1)) |
| 5 | + | ^^^ method not found in `&syn::punctuated::Punctuated<TypeParamBound, syn::token::Plus>` |
| 6 | + |
| 7 | + |
| 8 | +error[E0599]: no method named `get` found for reference `&syn::punctuated::Punctuated<TypeParamBound, syn::token::Plus>` in the current scope |
| 9 | + --> /home/jon/github/jongiddy/typle/src/context.rs:482:64 |
| 10 | + | |
| 11 | +482 | ... ) = (bounds.get(0), bounds.get(1)) |
| 12 | + | ^^^ method not found in `&syn::punctuated::Punctuated<TypeParamBound, syn::token::Plus>` |
| 13 | + |
| 14 | + |
| 15 | +error[E0599]: no method named `get` found for struct `syn::punctuated::Punctuated<T, P>` in the current scope |
| 16 | + --> /home/jon/github/jongiddy/typle/src/context.rs:494:55 |
| 17 | + | |
| 18 | +494 | ... ) = (segments.get(0), segments.get(1), segments.get(2)) |
| 19 | + | ^^^ method not found in `syn::punctuated::Punctuated<PathSegment, PathSep>` |
| 20 | + |
| 21 | + |
| 22 | +error[E0599]: no method named `get` found for struct `syn::punctuated::Punctuated<T, P>` in the current scope |
| 23 | + --> /home/jon/github/jongiddy/typle/src/context.rs:494:72 |
| 24 | + | |
| 25 | +494 | ... ) = (segments.get(0), segments.get(1), segments.get(2)) |
| 26 | + | ^^^ method not found in `syn::punctuated::Punctuated<PathSegment, PathSep>` |
| 27 | + |
| 28 | + |
| 29 | +error[E0599]: no method named `get` found for struct `syn::punctuated::Punctuated<T, P>` in the current scope |
| 30 | + --> /home/jon/github/jongiddy/typle/src/context.rs:494:89 |
| 31 | + | |
| 32 | +494 | ... ) = (segments.get(0), segments.get(1), segments.get(2)) |
| 33 | + | ^^^ method not found in `syn::punctuated::Punctuated<PathSegment, PathSep>` |
| 34 | + |
| 35 | + |
| 36 | +error[E0614]: type `proc_macro2::Ident` cannot be dereferenced |
| 37 | + --> /home/jon/github/jongiddy/typle/src/context.rs:496:48 |
| 38 | + | |
| 39 | +496 | ... if *ident1 == self.typle_macro.trait_ident |
| 40 | + | ^^^^^^^ can't be dereferenced |
0 commit comments