rrevenantt / antlr4rust

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

Build fails with latest Rust nightly #31

Closed vmax closed 2 years ago

vmax commented 2 years ago

Reproducible steps:

  1. git clone https://github.com/rrevenantt/antlr4rust.git
  2. cargo +nightly build

Expected: build completing successfully Got:

error[E0635]: unknown feature `raw`
 --> src/lib.rs:4:12
  |
4 | #![feature(raw)]
  |            ^^^

Version:

$ rustc +nightly --version
rustc 1.56.0-nightly (371f3cd3f 2021-09-02)
vmax commented 2 years ago

Although this is true as of master (https://github.com/rrevenantt/antlr4rust/commit/3c36c287aa300033e5609377bf3ba96247a74a85), I now see it's fixed as of v0.3 branch.