Skip to content

Commit 986577f

Browse files
committed
Auto merge of rust-lang#16026 - lnicola:bump-rustc-deps, r=lnicola
minor: Bump rustc deps
2 parents a90a42b + 73b9f88 commit 986577f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir-ty/src/layout.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct LayoutCx<'a> {
110110
impl<'a> LayoutCalculator for LayoutCx<'a> {
111111
type TargetDataLayoutRef = &'a TargetDataLayout;
112112

113-
fn delay_bug(&self, txt: String) {
113+
fn delayed_bug(&self, txt: String) {
114114
never!("{}", txt);
115115
}
116116

crates/rustc-dependencies/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ authors.workspace = true
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
ra-ap-rustc_lexer = { version = "0.20.0" }
15-
ra-ap-rustc_parse_format = { version = "0.20.0", default-features = false }
16-
ra-ap-rustc_index = { version = "0.20.0", default-features = false }
17-
ra-ap-rustc_abi = { version = "0.20.0", default-features = false }
14+
ra-ap-rustc_lexer = { version = "0.21.0" }
15+
ra-ap-rustc_parse_format = { version = "0.21.0", default-features = false }
16+
ra-ap-rustc_index = { version = "0.21.0", default-features = false }
17+
ra-ap-rustc_abi = { version = "0.21.0", default-features = false }
1818

1919
[features]
2020
in-rust-tree = []

0 commit comments

Comments
 (0)