smallcloudai / refact-lsp

LSP server for Refact, suitable for Sublime Text, and other editors
BSD 3-Clause "New" or "Revised" License
22 stars 12 forks source link

Build failed: error[E0635]: unknown feature `stdsimd` #171

Closed danny-su closed 3 months ago

danny-su commented 3 months ago
error[E0635]: unknown feature `stdsimd`
  --> /Users/danny/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lance-index-0.9.0/src/lib.rs:17:30
   |
17 | #![cfg_attr(nightly, feature(stdsimd))]
   |                              ^^^^^^^

For more information about this error, try `rustc --explain E0635`.
error: could not compile `lance-index` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

rustc 1.80.0-nightly (87293c958 2024-05-08)

valaises commented 3 months ago

hi! Mb this is because of your rustc nightly. Try rustc stable