pksunkara / reign

Opinionated Isomorphic Web Framework in Rust
https://reign.rs
Apache License 2.0
5 stars 3 forks source link

`router::path!` allows `literal` instead of a string literal #38

Open pksunkara opened 3 years ago

pksunkara commented 3 years ago

While we do check the types during compilation and it results in an error, I still think this is something that would need to be fixed to improve correctness and quality of the code.