Sha256: 6e8693c3341972e329e7c7a1836f308c433e0ba677fc99808d75a53e695654b1
Contents?: true
Size: 1.61 KB
Versions: 22
Compression:
Stored size: 1.61 KB
Contents
error: no rules expected the token `(` --> tests/ui/pin_project/invalid.rs:5:14 | 5 | #[pin()] //~ ERROR no rules expected the token `(` | ^ no rules expected this token in macro call | note: while trying to match `]` --> src/lib.rs | | $(#[$pin:ident])? | ^ error: no rules expected the token `(` --> tests/ui/pin_project/invalid.rs:5:14 | 5 | #[pin()] //~ ERROR no rules expected the token `(` | ^ no rules expected this token in macro call | note: while trying to match `]` --> src/lib.rs | | $(#[$pin:ident])? | ^ error: no rules expected the token `#` --> tests/ui/pin_project/invalid.rs:20:9 | 20 | #[pin] //~ ERROR no rules expected the token `#` | ^ no rules expected this token in macro call | note: while trying to match meta-variable `$field_vis:vis` --> src/lib.rs | | $field_vis:vis $field:ident: $field_ty:ty | ^^^^^^^^^^^^^^ error: no rules expected the token `#` --> tests/ui/pin_project/invalid.rs:20:9 | 20 | #[pin] //~ ERROR no rules expected the token `#` | ^ no rules expected this token in macro call | note: while trying to match meta-variable `$field_vis:vis` --> src/lib.rs | | $field_vis:vis $field:ident: $field_ty:ty | ^^^^^^^^^^^^^^ error: cannot find attribute `pin` in this scope --> tests/ui/pin_project/invalid.rs:11:7 | 11 | #[pin] //~ ERROR cannot find attribute `pin` in this scope | ^^^
Version data entries
22 entries across 22 versions & 1 rubygems