about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/group-compat-hack/actori-web
AgeCommit message (Collapse)AuthorLines
2022-03-26proc-macro: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-7/+0
2020-10-11Add hack to keep `actix-web` and `actori-web` compilingAaron Hill-0/+7
This extends the existing `ident_name_compatibility_hack` to handle the `tuple_from_req` macro defined in `actix-web` (and its fork `actori-web`).