From cb5505c2946f7b924c34c795b531f877b1308ae1 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 29 Jul 2021 10:52:30 +0530 Subject: [PATCH] added trybuild err message --- .../tests/trybuild/route-malformed-path-fail.stderr | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 actix-web-codegen/tests/trybuild/route-malformed-path-fail.stderr diff --git a/actix-web-codegen/tests/trybuild/route-malformed-path-fail.stderr b/actix-web-codegen/tests/trybuild/route-malformed-path-fail.stderr new file mode 100644 index 000000000..5341e0891 --- /dev/null +++ b/actix-web-codegen/tests/trybuild/route-malformed-path-fail.stderr @@ -0,0 +1,5 @@ +error: Unknown attribute. + --> $DIR/route-malformed-path-fail.rs:3:17 + | +3 | #[get("/one/{", other)] + | ^^^^^