Sha256: ea3fb689d43e5bde62a9620093acc2d17b67a63547638525ea17cc4b9f180bef

Contents?: true

Size: 1.57 KB

Versions: 2

Compression:

Stored size: 1.57 KB

Contents

error: no rules expected `(`
 --> tests/ui/pin_project/invalid.rs:7:14
  |
7 |         #[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 `(`
 --> tests/ui/pin_project/invalid.rs:7:14
  |
7 |         #[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 `#`
  --> tests/ui/pin_project/invalid.rs:22:9
   |
22 |         #[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 `#`
  --> tests/ui/pin_project/invalid.rs:22:9
   |
22 |         #[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:13:7
   |
13 |     #[pin] //~ ERROR cannot find attribute `pin` in this scope
   |       ^^^

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/pin-project-lite-0.2.16/tests/ui/pin_project/invalid.stderr
wasmtime-28.0.0 ./ext/cargo-vendor/pin-project-lite-0.2.16/tests/ui/pin_project/invalid.stderr