You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is simply rendered in rustdoc as pub unsafe fn foo(). It should likely show the ABI as well as the unsafety. There should also probably be some indication that this is a foreign function, to distinguish from an Rust function with a not-Rust ABI.
The text was updated successfully, but these errors were encountered:
For example:
Is simply rendered in rustdoc as
pub unsafe fn foo()
. It should likely show the ABI as well as the unsafety. There should also probably be some indication that this is a foreign function, to distinguish from an Rust function with a not-Rust ABI.The text was updated successfully, but these errors were encountered: