We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This code produces "error: expected one of fn, pub, static, or unsafe, found unsafe":
fn
pub
static
unsafe
extern { unsafe fn foo(); }