-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
"cargo check" makes "cargo test" fail #2896
Comments
I wonder if we could solve this by switching the compiletests to edition 2018, but I don't know if compiletest-rs supports this. |
This can be fixed by manually injecting the paths to the serde libs into rustc_flags like So, somehow we fail to inject the deps properly. This should be handled by |
repo is at
30a9879
If I just run cargo clean ; cargo test though, there is no panic.
The text was updated successfully, but these errors were encountered: