Skip to content

API draft for the rewrite #18

API draft for the rewrite

API draft for the rewrite #18

Triggered via pull request October 4, 2025 16:59
Status Failure
Total duration 40s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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)] | ^^^^^^^^^^^^^^^^^^^^^^^