tantivy-cli
tantivy-cli copied to clipboard
Broken with nightly
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)
| ^^^^^^^^^^^^^^^^^^^^^^
According to https://github.com/rust-lang/rust/issues/113152, it needs an upgrade of the proc-macro2 crate
I couldn't reproduce with current nightly (2024-12-17) or stable (1.83.0 (90b35a623 2024-11-26)) on macos
Reproduces on v1.86.0-nightly on macOS when using cargo install as in the instructions. Cannot reproduce when building from master.