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

fix(assert): Show caller on panic #134

Merged
merged 3 commits into from Sep 6, 2021
Merged

fix(assert): Show caller on panic #134

merged 3 commits into from Sep 6, 2021

Commits on Sep 6, 2021

  1. Copy the full SHA
    0106dd8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4318788 View commit details
    Browse the repository at this point in the history
  3. fix(assert): Show caller on panic

    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
    epage committed Sep 6, 2021
    Copy the full SHA
    150d7be View commit details
    Browse the repository at this point in the history