Answer the question
In order to leave comments, you need to log in
peg-syntax-ext does not compile, what should I do?
I'm a complete zero in rust, so please don't laugh too hard.
I'm trying to compile the program, the following is written in Cargo.toml:
[dependencies]
llvm-sys = "0.2"
peg-syntax-ext = "0.5.2"
Compiling peg-syntax-ext v0.5.2
error[E0554]: #[feature] may not be used on the stable release channel
--> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.2/lib.rs:1:1
|
1 | #![feature(plugin_registrar, quote, rustc_private, box_patterns)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
error: Could not compile `peg-syntax-ext`.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question