Skip to content

Commit 54fcca7

Browse files
committed
Merge from rust-lang/rust
2 parents 05d2860 + b4d1f20 commit 54fcca7

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
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
),

0 commit comments

Comments
 (0)