```rust fn main() { approx::abs_diff_ne!(std::i32::MAX, std::i32::MIN); } ``` Expected behavior: Runs fine. Actual behavior: `thread 'main' panicked at 'attempt to subtract with overflow'`.
Expected behavior: Runs fine.
Actual behavior:
thread 'main' panicked at 'attempt to subtract with overflow'.