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

Include a Debug rendering of lhs and rhs in ensure! messages #193

Merged
merged 5 commits into from Nov 22, 2021
Merged

Commits on Nov 22, 2021

  1. Copy the full SHA
    a8717ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e666360 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    74e2693 View commit details
    Browse the repository at this point in the history
  4. Raise minimum tested version to rustc 1.53

    On 1.52:
    
        error[E0658]: or-patterns syntax is experimental
           --> tests/test_ensure.rs:187:22
            |
        187 |     let test = || Ok(ensure!(for true | false in iter::empty() {}.t(1) == 2));
            |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    dtolnay committed Nov 22, 2021
    Copy the full SHA
    74c153d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    92824e2 View commit details
    Browse the repository at this point in the history