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 ce946a6 + 3a6215d commit 38d9591Copy full SHA for 38d9591
src/shims/foreign_items.rs
@@ -146,7 +146,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
146
return interp_ok(());
147
}
148
// Skip over items without an explicitly defined symbol name.
149
- if !(attrs.export_name.is_some()
+ if !(attrs.symbol_name.is_some()
150
|| attrs.flags.contains(CodegenFnAttrFlags::NO_MANGLE)
151
|| attrs.flags.contains(CodegenFnAttrFlags::RUSTC_STD_INTERNAL_SYMBOL))
152
{
0 commit comments