-
Couldn't load subscription status.
- Fork 13.9k
Rollup of 6 pull requests #72432
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
Rollup of 6 pull requests #72432
Conversation
This is to provide a more explicit statement against a code pattern that many people end up coming with, since the reason of it being unsound comes from the badly known single-allocation validity rule. Providing that very pattern as a counter-example could help mitigate that. Co-authored-by: Ralf Jung <[email protected]>
Don't `type_of` on trait assoc ty without default Fix rust-lang#72076.
…llaumeGomez Make intra-link resolve links for both trait and impl items Closes rust-lang#72340
…t_adjacent_slice_concat, r=RalfJung Improve documentation of `slice::from_raw_parts` This is to provide a more explicit statement against a code pattern that many people end up coming with, since the reason of it being unsound comes from the badly known single-allocation validity rule. Providing that very pattern as a counter-example could help mitigate that. See also: https://internals.rust-lang.org/t/pre-rfc-add-join-seq-method-to-slices-and-strs/11936/13 r? @RalfJung
…s, r=nikomatsakis Show default values for debug-assertions & debug-assertions-std
…r, r=kinnison Fix anchor display when hovering impl A little gif for the fixed behaviour:  r? @kinnison
…akis fix discriminant_value sign extension Fixes a regression introduced in rust-lang#70705 r? @nikomatsakis Cc @lcnr @oli-obk
|
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Successful merges:
type_ofon trait assoc ty without default #72149 (Don'ttype_ofon trait assoc ty without default)slice::from_raw_parts#72350 (Improve documentation ofslice::from_raw_parts)Failed merges:
r? @ghost