-
Notifications
You must be signed in to change notification settings - Fork 25
Description
error[E0554]: #![feature]
may not be used on the stable release channel
--> /Users/lr/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/delay_timer-0.2.1/src/lib.rs:205:1
|
205 | #![feature(linked_list_cursors)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0554]: #![feature]
may not be used on the stable release channel
--> /Users/lr/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/delay_timer-0.2.1/src/lib.rs:206:1
|
206 | #![feature(doc_cfg)]
| ^^^^^^^^^^^^^^^^^^^^
error[E0658]: use of unstable library feature 'split_inclusive'
--> /Users/lr/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/delay_timer-0.2.1/src/utils/parse.rs:149:52
|
149 | let mut sub_command_inner = command.trim().split_inclusive(angle_bracket).rev();
| ^^^^^^^^^^^^^^^
|
= note: see issue #72360 rust-lang/rust#72360 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 delay_timer
.