Marwes / combine

A parser combinator library for Rust
https://docs.rs/combine/*/combine/
MIT License
1.3k stars 93 forks source link

build failure #357

Open matthiaskrgr opened 1 year ago

matthiaskrgr commented 1 year ago

cargo check --all-targets

error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0635`

This can be solved by a cargo update