Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions text/0000-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ and many others are good candidates for `#[export(unsafe_stable_abi)]`
- Next to the hash of the type information,
additionally and optionally include the full type information in an extra section,
to allow for (debug) tools to accurately diagnose mismatched symbol errors.
- Some kind of `#[export_inline]` feature to for functions that will be inlined into the crate that calls it,
rather than being part of the dynamic library, which will only be able to call exported items.

## Alternatives

Expand Down