Skip to content

Commit

Permalink
Merge pull request #4123 from rust-lang/rustup-2025-01-05
Browse files Browse the repository at this point in the history
Automatic Rustup
  • Loading branch information
oli-obk authored Jan 5, 2025
2 parents c1891b5 + b685013 commit d9894a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ab3924b298eb78bf4c96cf7e6b5824f8debbf2b9
3dc3c524f77366f64088b49c80d11586b9a086bf
2 changes: 1 addition & 1 deletion src/bin/miri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
let is_reachable_non_generic = matches!(
tcx.hir_node_by_def_id(local_def_id),
Node::Item(&hir::Item {
kind: hir::ItemKind::Static(..) | hir::ItemKind::Fn(..),
kind: hir::ItemKind::Static(..) | hir::ItemKind::Fn{ .. },
..
}) | Node::ImplItem(&hir::ImplItem {
kind: hir::ImplItemKind::Fn(..),
Expand Down

0 comments on commit d9894a3

Please sign in to comment.