-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add Instance::resolve_for_fn_ptr
(RFC 2091 #2/N)
#65182
Merged
Merged
Commits on Oct 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 012116f - Browse repository at this point
Copy the full SHA 012116fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f67e7 - Browse repository at this point
Copy the full SHA f5f67e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0132738 - Browse repository at this point
Copy the full SHA 0132738View commit details -
Return ReifyShim from Instance::resolve_for_fn_ptr when track_caller …
…present. This ICEs in MIR currently, which I think is to be expected since none of the MIR plumbing is set up. I added a test which confirms that the shim is being used for reifying a track_caller function.
Configuration menu - View commit details
-
Copy full SHA for b8414c1 - Browse repository at this point
Copy the full SHA b8414c1View commit details -
Clarify comment, dedupe match arms in shim.rs.
Also add a missing terminal newline to a test.
Configuration menu - View commit details
-
Copy full SHA for 8a097f2 - Browse repository at this point
Copy the full SHA 8a097f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3ecf2 - Browse repository at this point
Copy the full SHA ea3ecf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cdd5d0 - Browse repository at this point
Copy the full SHA 1cdd5d0View commit details -
Instance::resolve_for_fn_ptr unconditionally resolves first.
Per review feedback.
Configuration menu - View commit details
-
Copy full SHA for 407d1d5 - Browse repository at this point
Copy the full SHA 407d1d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dbc62b - Browse repository at this point
Copy the full SHA 2dbc62bView commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d92cef7 - Browse repository at this point
Copy the full SHA d92cef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5ef8f - Browse repository at this point
Copy the full SHA 2d5ef8fView commit details
Commits on Oct 12, 2019
-
Remove the fn pointer #[track_caller] test.
The ICE stderr isn't normalizing correctly on some builders.
Configuration menu - View commit details
-
Copy full SHA for 19f26fa - Browse repository at this point
Copy the full SHA 19f26faView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.