Skip to content

Commit

Permalink
fix compiled on proc_macro_span_shrink was removed
Browse files Browse the repository at this point in the history
        rust-lang/rust/issues/113152

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

Signed-off-by: wineway <wangyuweihx@gmail.com>
  • Loading branch information
wineway committed Feb 2, 2024
1 parent 5900554 commit 4b93461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/fennel-language-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ tokio = { version = "1.25.0", features = [
"net",
] }
tower-lsp = "0.18.0"
proc-macro2 = "1.0.78"

0 comments on commit 4b93461

Please sign in to comment.