API draft for the rewrite #18
Annotations
3 errors
|
Run crusty-pie/clippy@v1:
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)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
Run crusty-pie/clippy@v1:
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)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
Run crusty-pie/clippy@v1:
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)]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
Loading