Skip to content

Build on stable

Alyssa Rosenzweig requested to merge panfrost/hwc-helper:improvements into main

error[E0554]: #![feature] may not be used on the stable release channel --> src/main.rs:8:12 | 8 | #![feature(str_strip)] | ^^^^^^^^^

warning: the feature str_strip has been stable since 1.45.0 and no longer requires an attribute to enable --> src/main.rs:8:12 | 8 | #![feature(str_strip)] | ^^^^^^^^^ | = note: #[warn(stable_features)] on by default

Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com

Merge request reports