summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-05-04 13:44:38 +0000
committerbors <bors@rust-lang.org>2023-05-04 13:44:38 +0000
commiteac35583d2ffb5ed9e564dee0822c9a244058ee0 (patch)
tree1b4e010fb54cdbf7796655e36da371d6f378bb20 /Cargo.lock
parent6f8c0557e0b73c73a8a7163a15f4a5a3feca7d5c (diff)
parentb4d992fec740dc9a6ff42a0500026fe5b25db74a (diff)
downloadrust-eac35583d2ffb5ed9e564dee0822c9a244058ee0.tar.gz
Auto merge of #111174 - matthiaskrgr:rollup-ncnqivh, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #110859 (Explicitly reject negative and reservation drop impls) - #111020 (Validate resolution for SelfCtor too.) - #111024 (Use the full Fingerprint when stringifying Svh) - #111027 (Remove `allow(rustc::potential_query_instability)` for `builtin_macros`) - #111039 (Encode def span for foreign return-position `impl Trait` in trait) - #111070 (Don't suffix `RibKind` variants) - #111094 (Add needs-unwind annotations to tests that need stack unwinding) - #111103 (correctly recurse when expanding anon consts) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6519ffa7169..c368b4a79d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3165,6 +3165,7 @@ dependencies = [
"rustc_expand",
"rustc_feature",
"rustc_fluent_macro",
+ "rustc_index",
"rustc_lexer",
"rustc_lint_defs",
"rustc_macros",