Marwes / combine

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

docs: remove mention to nightly #359

Closed hackaugusto closed 8 months ago

hackaugusto commented 9 months ago

Return position impl was enabled in Rust 1.26 in May 10, 2018 [1].

1- https://blog.rust-lang.org/2018/05/10/Rust-1.26.html#impl-trait

hackaugusto commented 8 months ago

CI is failing for something unrelated. Let me know if I should rebase this.

 error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/runner/.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)
   |                              ^^^^^^^^^^^^^^^^^^^^^^
Marwes commented 8 months ago

If you do a cargo update and push the updated lockfile I think it should fix itself (seen it before).

hackaugusto commented 8 months ago

If you do a cargo update and push the updated lockfile I think it should fix itself (seen it before).

done :)

Marwes commented 8 months ago

Seems like memchr requires more recent rust versions trying to fix it in https://github.com/Marwes/combine/pull/360

hackaugusto commented 8 months ago

Seems like memchr requires more recent rust versions trying to fix it in https://github.com/Marwes/combine/pull/360

rebased this PR over the new master