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 42fbb70 + 245a82c commit 99cc77bCopy full SHA for 99cc77b
rust-version
@@ -1 +1 @@
1
-3668a8af1b81447c4afa1f82f60d7b94b71a549f
+48cfbe0cdfbc812a9bd8ce0b3bf6ca003bd12e6a
src/bin/miri.rs
@@ -144,7 +144,7 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
144
// Otherwise it may cause unexpected behaviours and ICEs
145
// (https://github.com/rust-lang/rust/issues/86261).
146
let is_reachable_non_generic = matches!(
147
- tcx.hir().get(tcx.hir().local_def_id_to_hir_id(local_def_id)),
+ tcx.hir().get(tcx.local_def_id_to_hir_id(local_def_id)),
148
Node::Item(&hir::Item {
149
kind: hir::ItemKind::Static(..) | hir::ItemKind::Fn(..),
150
..
0 commit comments