-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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 fail with panic #577
Comments
This looks to be due to the fact that show-output was introduced in rust 1.39.0: Since running rustlings watch causes verify, this will execute the exercise in test mode (supplying --show-output). Related: #422 |
Oh, that's odd... despite updating rust from brew it still reports 'rustc 1.38.0 (625451e37 2019-09-23)'. Perhaps rustlings could add a warning (or error-out) on an old enough version? edit1: @seeplusplus - indeed an outdated install was the issue, thanks for pointing that out! |
Hi,
running rustlings watch causes all exercises with a test to fail with no output
Running with `cargo test' produces the following output:
on macOS Catalina 10.15.7 (19H2)
The text was updated successfully, but these errors were encountered: