-
Notifications
You must be signed in to change notification settings - Fork 13k
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 4 pull requests #64012
Rollup of 4 pull requests #64012
Conversation
Fix incorrect error message when accessing private field of union
Get rid of special const intrinsic query in favour of `const_eval` r? @eddyb
…imulacrum Merge oli-obk mail addresses
Constify LinkedList new function Change the `LinkedList::new()` function to become a const fn, allowing the use in constant context.
When accessing private field of union, do not misidentify it as a struct Fix incorrect error message when accessing private field of union. Fixes rust-lang#63976.
@bors r+ p=4 rollup=never |
📌 Commit 132659a has been approved by |
Rollup of 4 pull requests Successful merges: - #61626 (Get rid of special const intrinsic query in favour of `const_eval`) - #63600 (Merge oli-obk mail addresses) - #63684 (Constify LinkedList new function) - #63982 (When accessing private field of union, do not misidentify it as a struct) Failed merges: r? @ghost
💔 Test failed - checks-azure |
The job 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:
const_eval
#61626 (Get rid of special const intrinsic query in favour ofconst_eval
)Failed merges:
r? @ghost