rrevenantt / antlr4rust

ANTLR4 parser generator runtime for Rust programming laguage
Other
398 stars 70 forks source link

unknown feature `raw` #34

Closed mward closed 2 years ago

mward commented 2 years ago

Unable to compile antlr4rs because of the following:

error[E0635]: unknown feature `raw`
 --> ~/.cargo/registry/src/github.com-1ecc6299db9ec823/antlr-rust-0.2.0/src/lib.rs:4:12
  |
4 | #![feature(raw)]
  |  

If I remove that line compilation continues without anymore errors.

Thanks!

newca12 commented 2 years ago

This is a duplicate of #25