API draft for the rewrite #19
Annotations
3 errors
|
check:
winapps/src/lib.rs#L4
error[E0554]: `#![feature]` may not be used on the stable release channel
--> winapps/src/lib.rs:4:1
|
4 | #![feature(once_cell_try)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
check:
winapps/src/lib.rs#L3
error[E0554]: `#![feature]` may not be used on the stable release channel
--> winapps/src/lib.rs:3:1
|
3 | #![feature(exit_status_error)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
check:
winapps/src/lib.rs#L2
error[E0554]: `#![feature]` may not be used on the stable release channel
--> winapps/src/lib.rs:2:1
|
2 | #![feature(decl_macro)]
| ^^^^^^^^^^^^^^^^^^^^^^^
|