We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as per a FIXME (formerly XXX), apparently you can't
The text was updated successfully, but these errors were encountered:
extern "Rust" fn()
auto merge of #7056 : alexcrichton/rust/issue-4727, r=graydon
41dae55
Closes #4727
It turns out that the impl just has to be for the type extern "Rust" fn() instead of &fn, ~fn or @fn (in case anyone runs across this).
&fn
~fn
@fn
Sorry, something went wrong.
auto merge of #7056 : alexcrichton/rust/issue-4727, r=catamorphism
e06579b
No branches or pull requests
as per a FIXME (formerly XXX), apparently you can't
The text was updated successfully, but these errors were encountered: