You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0658]: use of unstable library feature 'int_roundings'
--> /Users/niklas/.cargo/git/checkouts/can-config-rs-617c2daf7c8870b1/9e21d33/src/builder/message_resolution/set_minimization/priority_bucket.rs:20:30
|
20 | self.message_count().div_ceil(bucket_size)
| ^^^^^^^^
|
= note: see issue #88581 rust-lang/rust#88581 for more information
error[E0658]: use of unstable library feature 'int_roundings'
--> /Users/niklas/.cargo/git/checkouts/can-config-rs-617c2daf7c8870b1/9e21d33/src/builder/message_resolution/set_minimization/priority_bucket.rs:28:34
|
28 | Some(bucket_size.div_ceil(self.message_count() / bucket_size - 1))
| ^^^^^^^^
|
= note: see issue #88581 rust-lang/rust#88581 for more information
error[E0658]: use of unstable library feature 'int_roundings'
--> /Users/niklas/.cargo/git/checkouts/can-config-rs-617c2daf7c8870b1/9e21d33/src/builder/message_resolution/set_minimization/priority_bucket.rs:30:27
|
30 | Some(rest.div_ceil(self.message_count() / bucket_size))
| ^^^^^^^^
|
= note: see issue #88581 rust-lang/rust#88581 for more information
For more information about this error, try rustc --explain E0658.
error: could not compile can-config-rs (lib) due to 3 previous errors
The text was updated successfully, but these errors were encountered:
With commit d742da8 I can no longer start the app @kistenklaus.
This is the error from the console:
error[E0658]: use of unstable library feature 'int_roundings'
--> /Users/niklas/.cargo/git/checkouts/can-config-rs-617c2daf7c8870b1/9e21d33/src/builder/message_resolution/set_minimization/priority_bucket.rs:20:30
|
20 | self.message_count().div_ceil(bucket_size)
| ^^^^^^^^
|
= note: see issue #88581 rust-lang/rust#88581 for more information
error[E0658]: use of unstable library feature 'int_roundings'
--> /Users/niklas/.cargo/git/checkouts/can-config-rs-617c2daf7c8870b1/9e21d33/src/builder/message_resolution/set_minimization/priority_bucket.rs:28:34
|
28 | Some(bucket_size.div_ceil(self.message_count() / bucket_size - 1))
| ^^^^^^^^
|
= note: see issue #88581 rust-lang/rust#88581 for more information
error[E0658]: use of unstable library feature 'int_roundings'
--> /Users/niklas/.cargo/git/checkouts/can-config-rs-617c2daf7c8870b1/9e21d33/src/builder/message_resolution/set_minimization/priority_bucket.rs:30:27
|
30 | Some(rest.div_ceil(self.message_count() / bucket_size))
| ^^^^^^^^
|
= note: see issue #88581 rust-lang/rust#88581 for more information
For more information about this error, try
rustc --explain E0658
.error: could not compile
can-config-rs
(lib) due to 3 previous errorsThe text was updated successfully, but these errors were encountered: