ibraheemdev / matchit

A high performance, zero-copy URL router.
https://docs.rs/matchit
MIT License
366 stars 37 forks source link

tests/tree.rs does not compile #24

Closed chaslain closed 2 years ago

chaslain commented 2 years ago
no method named `check_priorities` found for struct `Router` in the current scope
method not found in `Router<String>`rustc[E0599](https://doc.rust-lang.org/error-index.html#E0599)
tree.rs(112, 1): Error originated from macro call here

https://github.com/ibraheemdev/matchit/blob/fd2b5cdcd599bf62fa5cab7c1ba339802f8587fb/tests/tree.rs#L61

chaslain commented 2 years ago

Nevermind - I see this is hidden by a configuration

ibraheemdev commented 2 years ago

Yeah I couldn't really come up with a better way to do it.

chaslain commented 2 years ago

@ibraheemdev so how do you execute tests?

ibraheemdev commented 2 years ago

cargo test --all-features