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_comparison.rs:6:16
  |
6 |     assertify!(1 + 2);
  |     -----------^^^^^-
  |     |          |
  |     |          expected `bool`, found integer
  |     expected due to this