You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relevant settings: (eg. client settings, or environment variables like CARGO, RUSTUP_HOME or CARGO_HOME)
Rust analyzer crashes due to loop. This is from server log
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /Users/sehyo/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/anyhow-1.0.61/src/lib.rs:214:32
|
214 | #![cfg_attr(backtrace, feature(backtrace))]
| ^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0554`.
error: could not compile `anyhow` due to 2 previous errors
[ERROR project_model::workspace] cyclic deps: fluvio_dataplane_protocol(CrateId(168)) -> fluvio_dataplane_protocol(CrateId(168)), alternative path: fluvio_dataplane_protocol(CrateId(168))
[ERROR project_model::workspace] cyclic deps: fluvio_protocol(CrateId(177)) -> fluvio_protocol(CrateId(177)), alternative path: fluvio_protocol(CrateId(177))
[ERROR project_model::workspace] cyclic deps: fluvio_protocol_derive(CrateId(191)) -> fluvio_protocol(CrateId(177)), alternative path: fluvio_protocol(CrateId(177)) -> fluvio_protocol_derive(CrateId(191))
[ERROR project_model::workspace] cyclic deps: fluvio_storage(CrateId(214)) -> fluvio_storage(CrateId(214)), alternative path: fluvio_storage(CrateId(214))
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rustc version: (eg. output of
rustc -V
)relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTUP_HOME
orCARGO_HOME
)Rust analyzer crashes due to loop. This is from server log
Steps to reproduce:
The text was updated successfully, but these errors were encountered: