When executing "cargo build --release", after git cloning, I have this error:
error[E0658]: use of unstable library feature round_char_boundary
--> /home/philoo/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cooklang-language-server-0.2.1/src/completion.rs:114:27
|
114 | let scan_start = text.ceil_char_boundary(byte_start);
| ^^^^^^^^^^^^^^^^^^
|
= note: see issue #93743 rust-lang/rust#93743 for more information
Compiling textwrap v0.16.2
For more information about this error, try rustc --explain E0658.
error: could not compile cooklang-language-server (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
I haven't found a way to build cookcli.
I am using cookyos Linux Distribution. I also tried using the arch installer: "yay -S cookcli" and I get the same error.
Thanks for your help.
When executing "cargo build --release", after git cloning, I have this error:
error[E0658]: use of unstable library feature
round_char_boundary--> /home/philoo/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cooklang-language-server-0.2.1/src/completion.rs:114:27
|
114 | let scan_start = text.ceil_char_boundary(byte_start);
| ^^^^^^^^^^^^^^^^^^
|
= note: see issue #93743 rust-lang/rust#93743 for more information
Compiling textwrap v0.16.2
For more information about this error, try
rustc --explain E0658.error: could not compile
cooklang-language-server(lib) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
I haven't found a way to build cookcli.
I am using cookyos Linux Distribution. I also tried using the arch installer: "yay -S cookcli" and I get the same error.
Thanks for your help.