We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1891b5 + b685013 commit d9894a3Copy full SHA for d9894a3
rust-version
@@ -1 +1 @@
1
-ab3924b298eb78bf4c96cf7e6b5824f8debbf2b9
+3dc3c524f77366f64088b49c80d11586b9a086bf
src/bin/miri.rs
@@ -242,7 +242,7 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
242
let is_reachable_non_generic = matches!(
243
tcx.hir_node_by_def_id(local_def_id),
244
Node::Item(&hir::Item {
245
- kind: hir::ItemKind::Static(..) | hir::ItemKind::Fn(..),
+ kind: hir::ItemKind::Static(..) | hir::ItemKind::Fn{ .. },
246
..
247
}) | Node::ImplItem(&hir::ImplItem {
248
kind: hir::ImplItemKind::Fn(..),
0 commit comments