summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyatt Calandro <64923869+wcalandro@users.noreply.github.com>2022-07-29 16:06:55 -0700
committerGitHub <noreply@github.com>2022-07-29 23:06:55 +0000
commitfefe73bdcd3f1bd4dddd0e541a599e3b7eb13f24 (patch)
treee41a7909d2f8821a7b2080b778d2c04cd7178d62
parent48a119cdc2e1decc390c0af98617c10e6f90de36 (diff)
downloadkythe-fefe73bdcd3f1bd4dddd0e541a599e3b7eb13f24.tar.gz
chore(rust_common): bump version to 2022-07-27 and fix variable (#5332)
-rw-r--r--cargo-bazel-lock.json2
-rw-r--r--external.bzl2
-rw-r--r--kythe/rust/extractor/src/lib.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/cargo-bazel-lock.json b/cargo-bazel-lock.json
index a9ee829e6..c9951da83 100644
--- a/cargo-bazel-lock.json
+++ b/cargo-bazel-lock.json
@@ -1,5 +1,5 @@
{
- "checksum": "6a69c3f063bb45f7b5b1837f5c023c5ed381780c57ba38e3e28325afa96f3832",
+ "checksum": "847f1bfc00946a28ade62d7d37bb79cacffe46bf6bb30e73e6b0a82334184e41",
"crates": {
"adler 1.0.2": {
"name": "adler",
diff --git a/external.bzl b/external.bzl
index a6dc24678..ed9a2cefe 100644
--- a/external.bzl
+++ b/external.bzl
@@ -37,7 +37,7 @@ def _rule_dependencies():
rules_proto_dependencies()
py_repositories()
rules_rust_dependencies()
- rust_register_toolchains(version = "nightly", iso_date = "2022-01-09", dev_components = True, include_rustc_srcs = True)
+ rust_register_toolchains(version = "nightly", iso_date = "2022-07-27", dev_components = True, include_rustc_srcs = True)
rust_proto_repositories(register_default_toolchain = False)
rust_analyzer_deps()
crate_universe_dependencies()
diff --git a/kythe/rust/extractor/src/lib.rs b/kythe/rust/extractor/src/lib.rs
index ea5546f2e..ad14f841e 100644
--- a/kythe/rust/extractor/src/lib.rs
+++ b/kythe/rust/extractor/src/lib.rs
@@ -65,7 +65,7 @@ impl CallbackShim {
impl Callbacks for CallbackShim {
// Always enable save_analysis generation
fn config(&mut self, config: &mut interface::Config) {
- config.opts.debugging_opts.save_analysis = true;
+ config.opts.unstable_opts.save_analysis = true;
}
fn after_analysis<'tcx>(