Skip to content

Commit 6807f60

Browse files
authored
Merge pull request #20032 from lnicola/sync-from-rust
minor: Sync from downstream
2 parents 5d93e31 + 54fcca7 commit 6807f60

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

Cargo.lock

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ libloading = "0.8.8"
122122
memmap2 = "0.9.5"
123123
nohash-hasher = "0.2.0"
124124
oorandom = "11.1.5"
125-
object = { version = "0.37.1", default-features = false, features = [
125+
object = { version = "0.36.7", default-features = false, features = [
126126
"std",
127127
"read_core",
128128
"elf",

crates/hir-expand/src/inert_attr_macro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
486486
rustc_legacy_const_generics, Normal, template!(List: "N"), ErrorFollowing,
487487
INTERNAL_UNSTABLE
488488
),
489-
// Do not const-check this function's body. It will always get replaced during CTFE.
489+
// Do not const-check this function's body. It will always get replaced during CTFE via `hook_special_const_fn`.
490490
rustc_attr!(
491491
rustc_do_not_const_check, Normal, template!(Word), WarnFollowing, INTERNAL_UNSTABLE
492492
),

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7c10378e1fee5ddc6573b916aeb884ab10e0de17
1+
27733d46d79f4eb92e240fbba502c43022665735

0 commit comments

Comments
 (0)