assertify 0.7.1

Deprecated: use assert2 for better assertions
Documentation
1
2
3
4
5
6
7
8
error[E0308]: mismatched types
 --> $DIR/not_binary_expression.rs:6:16
  |
6 |     assertify!("foo");
  |     -----------^^^^^-
  |     |          |
  |     |          expected `bool`, found `&str`
  |     expected due to this