We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This will provide more useful panic information, by default
See https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1460-2020-08-27
The text was updated successfully, but these errors were encountered:
fix(assert): Show caller on panic
150d7be
Thanks to Rust 1.46, we can show the caller on panic, rather than `assert_cmd`, as if `assert_cmd` was written with macros. Fixes assert-rs#133
Successfully merging a pull request may close this issue.
This will provide more useful panic information, by default
See https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1460-2020-08-27
The text was updated successfully, but these errors were encountered: