Nov 07 12:35:57.140 INFO checking linux-api-math-0.0.1 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 12:35:57.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-6/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 12:35:57.297 INFO blam! 8eb3ef557264404ea20f28d3346fba7aca9cf2c9418b038dd8fbac449b930060 Nov 07 12:35:57.299 INFO running `"docker" "start" "-a" "8eb3ef557264404ea20f28d3346fba7aca9cf2c9418b038dd8fbac449b930060"` Nov 07 12:35:57.671 INFO kablam! usermod: no changes Nov 07 12:35:57.755 INFO kablam! Checking linux-api-math v0.0.1 (/source) Nov 07 12:35:58.218 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.218 INFO kablam! --> src/lib.rs:211:28 Nov 07 12:35:58.218 INFO kablam! | Nov 07 12:35:58.218 INFO kablam! 211 | assert!(result.abs_sub(0.5) <= 0.000001); Nov 07 12:35:58.218 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.218 INFO kablam! | Nov 07 12:35:58.218 INFO kablam! = note: #[warn(deprecated)] on by default Nov 07 12:35:58.218 INFO kablam! Nov 07 12:35:58.225 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.225 INFO kablam! --> src/lib.rs:224:28 Nov 07 12:35:58.225 INFO kablam! | Nov 07 12:35:58.225 INFO kablam! 224 | assert!(result.abs_sub(0.5) <= 0.000001); Nov 07 12:35:58.225 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.225 INFO kablam! Nov 07 12:35:58.226 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.226 INFO kablam! --> src/lib.rs:237:28 Nov 07 12:35:58.226 INFO kablam! | Nov 07 12:35:58.226 INFO kablam! 237 | assert!(result.abs_sub(0.5) <= 0.000001); Nov 07 12:35:58.226 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.226 INFO kablam! Nov 07 12:35:58.226 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.226 INFO kablam! --> src/lib.rs:250:28 Nov 07 12:35:58.226 INFO kablam! | Nov 07 12:35:58.226 INFO kablam! 250 | assert!(result.abs_sub(0.5) <= 0.000001); Nov 07 12:35:58.226 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.226 INFO kablam! Nov 07 12:35:58.226 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.226 INFO kablam! --> src/lib.rs:263:28 Nov 07 12:35:58.226 INFO kablam! | Nov 07 12:35:58.226 INFO kablam! 263 | assert!(result.abs_sub(1.0) <= 0.000001); Nov 07 12:35:58.226 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.226 INFO kablam! Nov 07 12:35:58.227 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.227 INFO kablam! --> src/lib.rs:276:28 Nov 07 12:35:58.227 INFO kablam! | Nov 07 12:35:58.227 INFO kablam! 276 | assert!(result.abs_sub(1.0) <= 0.000001); Nov 07 12:35:58.227 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.227 INFO kablam! Nov 07 12:35:58.227 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.227 INFO kablam! --> src/lib.rs:289:28 Nov 07 12:35:58.227 INFO kablam! | Nov 07 12:35:58.227 INFO kablam! 289 | assert!(result.abs_sub(60.0) <= 0.0000001); Nov 07 12:35:58.227 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.227 INFO kablam! Nov 07 12:35:58.228 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.228 INFO kablam! --> src/lib.rs:302:28 Nov 07 12:35:58.228 INFO kablam! | Nov 07 12:35:58.228 INFO kablam! 302 | assert!(result.abs_sub(60.0) <= 0.0000001); Nov 07 12:35:58.228 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.228 INFO kablam! Nov 07 12:35:58.229 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.229 INFO kablam! --> src/lib.rs:315:28 Nov 07 12:35:58.229 INFO kablam! | Nov 07 12:35:58.229 INFO kablam! 315 | assert!(result.abs_sub(30.0) <= 0.0000001); Nov 07 12:35:58.229 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.229 INFO kablam! Nov 07 12:35:58.229 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.229 INFO kablam! --> src/lib.rs:328:28 Nov 07 12:35:58.229 INFO kablam! | Nov 07 12:35:58.229 INFO kablam! 328 | assert!(result.abs_sub(30.0) <= 0.0000001); Nov 07 12:35:58.229 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.229 INFO kablam! Nov 07 12:35:58.230 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.230 INFO kablam! --> src/lib.rs:341:28 Nov 07 12:35:58.230 INFO kablam! | Nov 07 12:35:58.230 INFO kablam! 341 | assert!(result.abs_sub(45.0) <= 0.0000001); Nov 07 12:35:58.230 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.230 INFO kablam! Nov 07 12:35:58.230 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.230 INFO kablam! --> src/lib.rs:354:28 Nov 07 12:35:58.230 INFO kablam! | Nov 07 12:35:58.230 INFO kablam! 354 | assert!(result.abs_sub(45.0) <= 0.0000001); Nov 07 12:35:58.230 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.230 INFO kablam! Nov 07 12:35:58.231 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.231 INFO kablam! --> src/lib.rs:368:28 Nov 07 12:35:58.231 INFO kablam! | Nov 07 12:35:58.231 INFO kablam! 368 | assert!(result.abs_sub(135.0) <= 0.000001); Nov 07 12:35:58.231 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.231 INFO kablam! Nov 07 12:35:58.231 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.233 INFO kablam! --> src/lib.rs:382:28 Nov 07 12:35:58.233 INFO kablam! | Nov 07 12:35:58.233 INFO kablam! 382 | assert!(result.abs_sub(135.0) <= 0.000001); Nov 07 12:35:58.233 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.233 INFO kablam! Nov 07 12:35:58.233 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.233 INFO kablam! --> src/lib.rs:393:33 Nov 07 12:35:58.233 INFO kablam! | Nov 07 12:35:58.233 INFO kablam! 393 | assert!(cosh(param).abs_sub(1.25) <= 0.00001); Nov 07 12:35:58.233 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.233 INFO kablam! Nov 07 12:35:58.233 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.233 INFO kablam! --> src/lib.rs:406:34 Nov 07 12:35:58.233 INFO kablam! | Nov 07 12:35:58.233 INFO kablam! 406 | assert!(coshf(param).abs_sub(1.25) <= 0.00001); Nov 07 12:35:58.233 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.233 INFO kablam! Nov 07 12:35:58.233 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.233 INFO kablam! --> src/lib.rs:419:33 Nov 07 12:35:58.233 INFO kablam! | Nov 07 12:35:58.233 INFO kablam! 419 | assert!(sinh(param).abs_sub(0.75) <= 0.00001); Nov 07 12:35:58.233 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.233 INFO kablam! Nov 07 12:35:58.233 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.233 INFO kablam! --> src/lib.rs:432:34 Nov 07 12:35:58.233 INFO kablam! | Nov 07 12:35:58.233 INFO kablam! 432 | assert!(sinhf(param).abs_sub(0.75) <= 0.00001); Nov 07 12:35:58.233 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.233 INFO kablam! Nov 07 12:35:58.234 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.234 INFO kablam! --> src/lib.rs:445:33 Nov 07 12:35:58.234 INFO kablam! | Nov 07 12:35:58.234 INFO kablam! 445 | assert!(tanh(param).abs_sub(0.6) <= 0.00001); Nov 07 12:35:58.234 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.234 INFO kablam! Nov 07 12:35:58.235 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.235 INFO kablam! --> src/lib.rs:458:34 Nov 07 12:35:58.235 INFO kablam! | Nov 07 12:35:58.235 INFO kablam! 458 | assert!(tanhf(param).abs_sub(0.6) <= 0.00001); Nov 07 12:35:58.235 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.235 INFO kablam! Nov 07 12:35:58.235 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.236 INFO kablam! --> src/lib.rs:471:34 Nov 07 12:35:58.236 INFO kablam! | Nov 07 12:35:58.236 INFO kablam! 471 | assert!(acosh(param).abs_sub(2.0) <= 0.00001); Nov 07 12:35:58.236 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.236 INFO kablam! Nov 07 12:35:58.236 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.236 INFO kablam! --> src/lib.rs:484:35 Nov 07 12:35:58.236 INFO kablam! | Nov 07 12:35:58.236 INFO kablam! 484 | assert!(acoshf(param).abs_sub(2.0) <= 0.00001); Nov 07 12:35:58.236 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.236 INFO kablam! Nov 07 12:35:58.237 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.237 INFO kablam! --> src/lib.rs:497:34 Nov 07 12:35:58.237 INFO kablam! | Nov 07 12:35:58.237 INFO kablam! 497 | assert!(asinh(param).abs_sub(2.0) <= 0.00001); Nov 07 12:35:58.237 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.237 INFO kablam! Nov 07 12:35:58.237 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.237 INFO kablam! --> src/lib.rs:510:35 Nov 07 12:35:58.237 INFO kablam! | Nov 07 12:35:58.237 INFO kablam! 510 | assert!(asinhf(param).abs_sub(2.0) <= 0.00001); Nov 07 12:35:58.237 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.237 INFO kablam! Nov 07 12:35:58.238 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.238 INFO kablam! --> src/lib.rs:523:34 Nov 07 12:35:58.238 INFO kablam! | Nov 07 12:35:58.238 INFO kablam! 523 | assert!(atanh(param).abs_sub(1.0) <= 0.00001); Nov 07 12:35:58.238 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.238 INFO kablam! Nov 07 12:35:58.238 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.238 INFO kablam! --> src/lib.rs:536:35 Nov 07 12:35:58.238 INFO kablam! | Nov 07 12:35:58.238 INFO kablam! 536 | assert!(atanhf(param).abs_sub(1.0) <= 0.00001); Nov 07 12:35:58.238 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.238 INFO kablam! Nov 07 12:35:58.239 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.239 INFO kablam! --> src/lib.rs:548:32 Nov 07 12:35:58.239 INFO kablam! | Nov 07 12:35:58.239 INFO kablam! 548 | assert!(exp(param).abs_sub(148.413159) <= 0.000001); Nov 07 12:35:58.239 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.239 INFO kablam! Nov 07 12:35:58.239 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.239 INFO kablam! --> src/lib.rs:559:33 Nov 07 12:35:58.239 INFO kablam! | Nov 07 12:35:58.239 INFO kablam! 559 | assert!(expf(param).abs_sub(148.413159) <= 0.000001); Nov 07 12:35:58.239 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.239 INFO kablam! Nov 07 12:35:58.239 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.239 INFO kablam! --> src/lib.rs:570:32 Nov 07 12:35:58.239 INFO kablam! | Nov 07 12:35:58.239 INFO kablam! 570 | assert!(log(param).abs_sub(1.704748) <= 0.000001); Nov 07 12:35:58.239 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.239 INFO kablam! Nov 07 12:35:58.240 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.240 INFO kablam! --> src/lib.rs:581:33 Nov 07 12:35:58.240 INFO kablam! | Nov 07 12:35:58.240 INFO kablam! 581 | assert!(logf(param).abs_sub(1.704748) <= 0.000001); Nov 07 12:35:58.240 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.240 INFO kablam! Nov 07 12:35:58.290 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.290 INFO kablam! --> src/lib.rs:692:52 Nov 07 12:35:58.290 INFO kablam! | Nov 07 12:35:58.290 INFO kablam! 692 | assert!(remainder(number, denominator).abs_sub(1.7) <= 0.0000001); Nov 07 12:35:58.290 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.290 INFO kablam! Nov 07 12:35:58.290 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Nov 07 12:35:58.290 INFO kablam! --> src/lib.rs:702:53 Nov 07 12:35:58.290 INFO kablam! | Nov 07 12:35:58.290 INFO kablam! 702 | assert!(remainderf(number, denominator).abs_sub(0.7) <= 0.0000001); Nov 07 12:35:58.290 INFO kablam! | ^^^^^^^ Nov 07 12:35:58.290 INFO kablam! Nov 07 12:35:58.353 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Nov 07 12:35:58.353 INFO kablam! su: No module specific data is present Nov 07 12:35:58.749 INFO running `"docker" "rm" "-f" "8eb3ef557264404ea20f28d3346fba7aca9cf2c9418b038dd8fbac449b930060"` Nov 07 12:35:59.032 INFO blam! 8eb3ef557264404ea20f28d3346fba7aca9cf2c9418b038dd8fbac449b930060