CensoredUsername / dynasm-rs

A dynasm-like tool for rust.
https://censoredusername.github.io/dynasm-rs/language/index.html
Mozilla Public License 2.0
716 stars 52 forks source link

Can't run `cargo doc` using stable rust? #94

Open vext01 opened 6 months ago

vext01 commented 6 months ago

Not sure if you were aware?

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> doc/insref/src/export.rs:1:1
  |
1 | #![feature(proc_macro_hygiene)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not document `insref`

Cheers.

CensoredUsername commented 6 months ago

huh, I don't recall that being an issue before. That is weird, and afaik shouldn't be necessary anymore.