mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-02 15:52:41 +00:00
a6f5a63535
Co-authored-by: timokoesters <timo@koesters.xyz>
14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
error: parameter must be named
|
|
--- help: use a name such as `_guard` or `_param`
|
|
--> $DIR/bad-ignored-segments.rs:6:7
|
|
|
|
|
6 | #[get("/c?<_>")]
|
|
| ^^^^^^^^
|
|
|
|
error: parameter must be named
|
|
--- help: use a name such as `_guard` or `_param`
|
|
--> $DIR/bad-ignored-segments.rs:9:21
|
|
|
|
|
9 | #[post("/d", data = "<_>")]
|
|
| ^^^^^
|