Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c88ff4

Browse files
committed
Elaborate on fixme
1 parent 94531cf commit 8c88ff4

File tree

1 file changed

+7
-1
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+7
-1
lines changed

‎compiler/rustc_codegen_ssa/src/back/linker.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,13 @@ pub(crate) fn exported_symbols(
17931793
if let Some(ref exports) = tcx.sess.target.override_export_symbols {
17941794
return exports
17951795
.iter()
1796-
.map(|sym| (sym.to_string(), SymbolExportKind::Text /* FIXME */))
1796+
.map(|sym| {
1797+
(
1798+
sym.to_string(),
1799+
// FIXME use the correct export kind for this symbol
1800+
SymbolExportKind::Text,
1801+
)
1802+
})
17971803
.collect();
17981804
}
17991805

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /