The docs does not compile on the current stable version of rust (version 1.89.0) and fails with the following error:
error[E0554]: `#![feature]` may not be used on the stable release channel
--> src/lib.rs:2:18
|
2 | #![cfg_attr(doc, feature(doc_cfg))]
| ^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0554`.
error: could not document `rustrict`
The issue
The docs does not compile on the current stable version of rust (version 1.89.0) and fails with the following error:
Steps to reproduce
rustrictrepository.master(or the latest released version).cargo docwith the current stable Rust toolchain.