Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: #[export] (dynamically linked crates) #3435

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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.
m-ou-se marked this conversation as resolved.
Show resolved Hide resolved
- Some kind of `#[export_inline]` feature to for functions that will be inlined into the crate that calls it,
m-ou-se marked this conversation as resolved.
Show resolved Hide resolved
rather than being part of the dynamic library, which will only be able to call exported items.

## Alternatives

Expand Down