Skip to content

The docs doesn't compile on stable #44

@nicklaswj

Description

@nicklaswj

The issue

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`

Steps to reproduce

  1. Clone the rustrict repository.
  2. Checkout the branch master (or the latest released version).
  3. Run cargo doc with the current stable Rust toolchain.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions