File: args_invalid.stderr

package info (click to toggle)
rust-async-recursion 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: failed to parse macro arguments: expected `Send`
 --> tests/ui/args_invalid.rs:3:20
  |
3 | #[async_recursion(?Sync)]
  |                    ^^^^

error: failed to parse macro arguments: expected `,`
 --> tests/ui/args_invalid.rs:6:24
  |
6 | #[async_recursion(Sync Sync)]
  |                        ^^^^

error: failed to parse macro arguments: expected `,`
 --> tests/ui/args_invalid.rs:9:23
  |
9 | #[async_recursion(Sync?Send)]
  |                       ^