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

Settings for the ItemFn. #10

Closed
Sean1708 opened this issue Oct 16, 2015 · 1 comment
Closed

Settings for the ItemFn. #10

Sean1708 opened this issue Oct 16, 2015 · 1 comment

Comments

@Sean1708
Copy link
Owner

When creating a function item we need to set things up properly.

  • Unsafety
    • Currently assumes functions are safe.
    • Does Rust know the safety of a function in a dylib?
      • If not the safety is irrelevant.
  • Constness
    • Currently assumes functions are not constant.
    • I assume this is in preparation for RFC 911.
  • Abi
    • Currently assumes C.
    • Would system be better? Or could this bite us in the arse?
    • What is cdecl?
@Sean1708
Copy link
Owner Author

Closed by fc4dba1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant