-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
cargo build fails on ARM64 architecture machines with this error:
error[E0599]: no method named `disable_lifo_slot` found for mutable reference `&mut tokio::runtime::Builder` in the current scope
--> /home/david/.cargo/git/checkouts/diem-87cf5bd520282346/e402fe6/crates/diem-runtimes/src/lib.rs:34:10
|
29 | / builder
30 | | .thread_name_fn(move || {
31 | | let id = atomic_id.fetch_add(1, Ordering::SeqCst);
32 | | format!("{}-{}", thread_name_clone, id)
33 | | })
34 | | .disable_lifo_slot()
| | -^^^^^^^^^^^^^^^^^ private field, not a method
| |_________|
|
For more information about this error, try `rustc --explain E0599`.
error: could not compile `diem-runtimes` (lib) due to 1 previous error
Metadata
Metadata
Assignees
Labels
No labels