File: main-06-unknown-attr.stderr

package info (click to toggle)
rust-actix-macros 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
error: Unknown attribute specified
 --> $DIR/main-06-unknown-attr.rs:1:18
  |
1 | #[actix_rt::main(foo = "bar")]
  |                  ^^^^^^^^^^^

error: Unknown attribute specified
 --> $DIR/main-06-unknown-attr.rs:4:18
  |
4 | #[actix_rt::main(bar::baz)]
  |                  ^^^^^^^^