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 communication v0.1.0 (E:\IM\CRYPTO\massa\communication)
error[E0554]: #![feature] may not be used on the stable release channel
--> communication\src\lib.rs:3:1
|
3 | #![feature(drain_filter)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0554]: #![feature] may not be used on the stable release channel
--> communication\src\lib.rs:4:1
|
4 | #![feature(ip)]
| ^^^^^^^^^^^^^^^
error[E0658]: use of unstable library feature 'map_into_keys_values'
--> communication\src\protocol\protocol_worker.rs:463:47
|
463 | let ops: Vec = ops.into_values().collect();
| ^^^^^^^^^^^
|
= note: see issue #75294 rust-lang/rust#75294 for more information
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0554, E0658.
For more information about an error, try rustc --explain E0554.
error: could not compile communication
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
The text was updated successfully, but these errors were encountered:
In GitLab by @screamolic
Compiling communication v0.1.0 (E:\IM\CRYPTO\massa\communication)
error[E0554]:
#![feature]
may not be used on the stable release channel--> communication\src\lib.rs:3:1
|
3 | #![feature(drain_filter)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0554]:
#![feature]
may not be used on the stable release channel--> communication\src\lib.rs:4:1
|
4 | #![feature(ip)]
| ^^^^^^^^^^^^^^^
error[E0658]: use of unstable library feature 'map_into_keys_values'
--> communication\src\protocol\protocol_worker.rs:463:47
|
463 | let ops: Vec = ops.into_values().collect();
| ^^^^^^^^^^^
|
= note: see issue #75294 rust-lang/rust#75294 for more information
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0554, E0658.
For more information about an error, try
rustc --explain E0554
.error: could not compile
communication
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
The text was updated successfully, but these errors were encountered: