This is a fix for the latest nightly, see https://github.com/rust-lang/rust/pull/19984.
These macros yield readable error messages as test assertions for ApproxEq types. They can be invoked as: assert_approx_eq!(a, b); assert_approx_eq_eps!(a, b, eps); Fixes #40.