2022-12-03T11:45:05 cargo-modules 0.5.14 -> 0.6.0 https://repology.org/metapackage/cargo-modules/versions 2022-12-03T11:45:08 attrpath: cargo-modules 2022-12-03T11:45:08 Checking auto update branch... 2022-12-03T11:45:08 No auto update branch exists 2022-12-03T11:45:12 [version] 2022-12-03T11:45:12 [version] generic version rewriter does not support multiple hashes 2022-12-03T11:45:12 [rustCrateVersion] 2022-12-03T11:46:33 [rustCrateVersion] Replacing cargoSha256 with sha256-HGMiey1IAy9PixPAxUL+qE3SlxkqJZ+Y426gFqjMVyA= 2022-12-03T11:48:10 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cargo-modules nix build failed.  Compiling ra_ap_proc_macro_api v0.0.138  Compiling ra_ap_lsp-server v0.0.138  Compiling lsp-types v0.93.2  Compiling ra_ap_flycheck v0.0.138  Compiling ra_ap_mbe v0.0.138  Compiling ra_ap_base_db v0.0.138  Compiling ra_ap_project_model v0.0.138  Compiling ra_ap_hir_expand v0.0.138  Compiling ra_ap_hir_def v0.0.138  Compiling ra_ap_hir_ty v0.0.138  Compiling ra_ap_hir v0.0.138  Compiling ra_ap_ide_db v0.0.138  Compiling ra_ap_ide_diagnostics v0.0.138  Compiling ra_ap_ide_assists v0.0.138  Compiling ra_ap_ide_completion v0.0.138  Compiling ra_ap_ide_ssr v0.0.138  Compiling ra_ap_ide v0.0.138 error[E0658]: `let...else` statements are unstable  --> /build/cargo-modules-0.6.0-vendor.tar.gz/ra_ap_ide/src/rename.rs:43:13  | 43 | /  let Some(frange) = sema.original_range_opt(name_like.syntax()) else { 44 | |  bail!("No references found at position"); 45 | |  };  | |______________^  |  = note: see issue #87335 for more information For more information about this error, try `rustc --explain E0658`. error: could not compile `ra_ap_ide` due to previous error warning: build failed, waiting for other jobs to finish...