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
Compiling tobaru v0.7.1 (/root/tobaru)
error[E0432]: unresolved import `std::lazy`
--> src/rustls_util.rs:1:10
|
1 | use std::lazy::SyncOnceCell;
| ^^^^ could not find `lazy` in `std`
error[E0432]: unresolved import `std::lazy`
--> src/tcp.rs:4:10
|
4 | use std::lazy::SyncOnceCell;
| ^^^^ could not find `lazy` in `std`
error[E0554]: `#![feature]` may not be used on the stable release channel
--> src/main.rs:1:12
|
1 | #![feature(build_hasher_simple_hash_one)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0554]: `#![feature]` may not be used on the stable release channel
--> src/main.rs:2:12
|
2 | #![feature(once_cell)]
| ^^^^^^^^^
warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable
--> src/main.rs:2:12
|
2 | #![feature(once_cell)]
| ^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default
warning: unused import: `BuildHasher`
--> src/tcp.rs:3:17
|
3 | use std::hash::{BuildHasher, Hash};
| ^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Some errors have detailed explanations: E0432, E0554.
For more information about an error, try `rustc --explain E0432`.
warning: `tobaru` (bin "tobaru") generated 2 warnings
error: could not compile `tobaru` (bin "tobaru") due to 4 previous errors; 2 warnings emitted
The text was updated successfully, but these errors were encountered:
cargo build:
The text was updated successfully, but these errors were encountered: