1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-10 19:01:05 +00:00
actix-web/actix-web-codegen/tests/trybuild
Matt Gathu 509b2e6eec
Provide attribute macro for multiple HTTP methods (#1674)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2020-09-16 22:37:41 +01:00
..
route-duplicate-method-fail.rs Provide attribute macro for multiple HTTP methods (#1674) 2020-09-16 22:37:41 +01:00
route-duplicate-method-fail.stderr Provide attribute macro for multiple HTTP methods (#1674) 2020-09-16 22:37:41 +01:00
route-missing-method-fail-msrv.rs Provide attribute macro for multiple HTTP methods (#1674) 2020-09-16 22:37:41 +01:00
route-missing-method-fail-msrv.stderr Provide attribute macro for multiple HTTP methods (#1674) 2020-09-16 22:37:41 +01:00
route-missing-method-fail.rs Provide attribute macro for multiple HTTP methods (#1674) 2020-09-16 22:37:41 +01:00
route-missing-method-fail.stderr Provide attribute macro for multiple HTTP methods (#1674) 2020-09-16 22:37:41 +01:00
route-ok.rs Provide attribute macro for multiple HTTP methods (#1674) 2020-09-16 22:37:41 +01:00
route-unexpected-method-fail.rs Provide attribute macro for multiple HTTP methods (#1674) 2020-09-16 22:37:41 +01:00
route-unexpected-method-fail.stderr Provide attribute macro for multiple HTTP methods (#1674) 2020-09-16 22:37:41 +01:00
simple-fail.rs add trybuild tests to routing codegen (#1677) 2020-09-13 16:31:08 +01:00
simple-fail.stderr add trybuild tests to routing codegen (#1677) 2020-09-13 16:31:08 +01:00
simple.rs add trybuild tests to routing codegen (#1677) 2020-09-13 16:31:08 +01:00