CensoredUsername/dynasm-rs

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

vext01 opened this issue · 2 comments

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.

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