When running "cargo install cargo-src", I get:
Compiling rustdoc-highlight v0.1.7 error[E0554]: #![feature] may not be used on the stable release channel
When runnning with the nightly build, "cargo +nightly install cargo-src", I get:
Compiling rustdoc-highlight v0.1.7 error[E0432]: unresolved importsyntax::parse::lexer::TokenAndSpan``
When running "cargo install cargo-src", I get:
Compiling rustdoc-highlight v0.1.7 error[E0554]: #![feature] may not be used on the stable release channelWhen runnning with the nightly build, "cargo +nightly install cargo-src", I get:
Compiling rustdoc-highlight v0.1.7 error[E0432]: unresolved importsyntax::parse::lexer::TokenAndSpan``