shuttle-codegen 0.40.0

Proc-macro code generator for the shuttle.rs service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: expected `,`
 --> tests/ui/next/invalid-endpoint-syntax.rs:2:64
  |
2 |     #[shuttle_codegen::endpoint(method = get, route = "/hello" extra = abundant)]
  |                                                                ^^^^^

error: expected `=`
 --> tests/ui/next/invalid-endpoint-syntax.rs:7:74
  |
7 |     #[shuttle_codegen::endpoint(method = get, route = "/goodbye", invalid)]
  |                                                                          ^

error[E0601]: `main` function not found in crate `$CRATE`
  --> tests/ui/next/invalid-endpoint-syntax.rs:11:2
   |
11 | }
   |  ^ consider adding a `main` function to `$DIR/tests/ui/next/invalid-endpoint-syntax.rs`