Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/tree.rs does not compile #24

Closed
chaslain opened this issue Aug 31, 2022 · 4 comments
Closed

tests/tree.rs does not compile #24

chaslain opened this issue Aug 31, 2022 · 4 comments

Comments

@chaslain
Copy link

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

if let Err((got, expected)) = router.check_priorities() {

@chaslain
Copy link
Author

chaslain commented Aug 31, 2022

Nevermind - I see this is hidden by a configuration

@ibraheemdev
Copy link
Owner

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

@chaslain
Copy link
Author

@ibraheemdev so how do you execute tests?

@ibraheemdev
Copy link
Owner

cargo test --all-features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants