test: update trybuild stderr

This commit is contained in:
Rob Ede 2024-06-07 14:55:54 +01:00
parent 5cdc165789
commit 68b50354c0
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 4 deletions

View File

@ -20,10 +20,7 @@ error: custom attribute panicked
13 | #[get("/{}")]
| ^^^^^^^^^^^^^
|
= help: message: Wrong path pattern: "/{}" regex parse error:
((?s-m)^/(?P<>[^/]+))$
^
error: empty capture group name
= help: message: Wrong path pattern: "/{}" empty capture group names are not allowed
error: custom attribute panicked
--> $DIR/route-malformed-path-fail.rs:23:1