-
Notifications
You must be signed in to change notification settings - Fork 13.5k
tests for E-needstest #23402
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
tests for E-needstest #23402
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
type Output = (); | ||
|
||
extern "rust-call" fn call(&self, (_,): (T,)) {} | ||
//~^ ERROR: has an incompatible type for trait: expected &-ptr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be in run-pass
, then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks. Fixed.
⌛ Testing commit 13310f2 with merge 7d2ac7e... |
💔 Test failed - auto-mac-64-nopt-t |
should be fixed |
@alexcrichton @jakub-