error[E0554]: #![feature] may not be used on the stable release channel
--> /data/data/com.termux/files/home/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.11/src/lib.rs:522:34 |
522 | #![cfg_attr(feature = "pattern", feature(pattern))]
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0554`.
error: Could not compile `regex`. warning: build failed, waiting for other jobs to finish...
error: build failed
I have tried
cargo updatebut the build still fails.