heph icon indicating copy to clipboard operation
heph copied to clipboard

Disallow same method & route twice in route! macro

Open Thomasdezeeuw opened this issue 2 years ago • 0 comments

In other words:

route!(
    GET => index,
    GET => other_page,
)

Should be disallowed as other_page is never reached.

Thomasdezeeuw avatar Oct 10 '21 16:10 Thomasdezeeuw