tantivy-cli icon indicating copy to clipboard operation
tantivy-cli copied to clipboard

Broken with nightly

Open sanxiyn opened this issue 1 year ago • 3 comments

Compilation is broken with nightly.

$ cargo +nightly-2024-05-01 build
error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/sanxiyn/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.58/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^

sanxiyn avatar May 03 '24 01:05 sanxiyn

According to https://github.com/rust-lang/rust/issues/113152, it needs an upgrade of the proc-macro2 crate

dcecile avatar Dec 18 '24 04:12 dcecile

I couldn't reproduce with current nightly (2024-12-17) or stable (1.83.0 (90b35a623 2024-11-26)) on macos

PSeitz avatar Dec 18 '24 09:12 PSeitz

Reproduces on v1.86.0-nightly on macOS when using cargo install as in the instructions. Cannot reproduce when building from master.

landaire avatar Feb 11 '25 05:02 landaire