Commit cf2adb4
committed
Raise minimum toolchain for the backtrace feature to 1.60
error[E0658]: use of unstable library feature 'int_abs_diff'
--> github.com-1ecc6299db9ec823/miniz_oxide-0.6.4/src/inflate/core.rs:824:54
|
824 | if out_buf_size_mask == usize::MAX && source_pos.abs_diff(out_pos) == 1 && out_pos > source_pos {
| ^^^^^^^^
error[E0658]: use of unstable library feature 'int_abs_diff'
--> github.com-1ecc6299db9ec823/miniz_oxide-0.6.4/src/inflate/core.rs:833:61
|
833 | } else if out_buf_size_mask == usize::MAX && source_pos.abs_diff(out_pos) >= 4 && out_pos > source_pos {
| ^^^^^^^^1 parent 0a45d76 commit cf2adb4
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
0 commit comments