You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one uses nightly <=1.53, this crate compiles and works as expected. However, once the switch is made to 1.55, it no longer works and gives the error
I believe the error is because as mentioned here in the Rust documentation, the raw feature has been deprecated. Can this be updated so antlr doesn't use the raw feature?
The text was updated successfully, but these errors were encountered:
It seem that this feature is not even use.
Unfortunatly Rust cannot actually detect unused feature : rust-lang/rust#44232
Until the author publish a version without this unfortunate feature included, you can remove it yourself locally and add the local dependency to your project.
If one uses nightly <=1.53, this crate compiles and works as expected. However, once the switch is made to 1.55, it no longer works and gives the error
I am importing this crate through
as mentioned in the readme.
I believe the error is because as mentioned here in the Rust documentation, the raw feature has been deprecated. Can this be updated so antlr doesn't use the raw feature?
The text was updated successfully, but these errors were encountered: