Addition of --keep-going flag in v0.3.2037 breaks code analysis on older repos. Analyzer terminates with error:
2024-08-16T17:38:57.220808Z ERROR FetchBuildDataError:
error: the --keep-going flag is unstable, and only available on the nightly channel of Cargo, but this is the stable channel
See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
See rust-lang/cargo#10496 for more information about the --keep-going flag.
rust-analyzer version: 0.3.2070
rustc version: 1.70.0 (set via rust-toolchain file)
editor or extension: VSCode
relevant settings: default settings
workaround: downgrade rust-analyzer to v0.3.2029
Addition of
--keep-goingflag in v0.3.2037 breaks code analysis on older repos. Analyzer terminates with error:2024-08-16T17:38:57.220808Z ERROR FetchBuildDataError:
error: the
--keep-goingflag is unstable, and only available on the nightly channel of Cargo, but this is thestablechannelSee https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
See rust-lang/cargo#10496 for more information about the
--keep-goingflag.rust-analyzer version: 0.3.2070
rustc version: 1.70.0 (set via rust-toolchain file)
editor or extension: VSCode
relevant settings: default settings
workaround: downgrade rust-analyzer to v0.3.2029