Skip to content

Commit d9894a3

Browse files
authored
Merge pull request #4123 from rust-lang/rustup-2025-01-05
Automatic Rustup
2 parents c1891b5 + b685013 commit d9894a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ab3924b298eb78bf4c96cf7e6b5824f8debbf2b9
1+
3dc3c524f77366f64088b49c80d11586b9a086bf

src/bin/miri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
242242
let is_reachable_non_generic = matches!(
243243
tcx.hir_node_by_def_id(local_def_id),
244244
Node::Item(&hir::Item {
245-
kind: hir::ItemKind::Static(..) | hir::ItemKind::Fn(..),
245+
kind: hir::ItemKind::Static(..) | hir::ItemKind::Fn{ .. },
246246
..
247247
}) | Node::ImplItem(&hir::ImplItem {
248248
kind: hir::ImplItemKind::Fn(..),

0 commit comments

Comments
 (0)