-
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
Make const/fn return params more suggestable #106887
Conversation
9744e8a
to
42bec5d
Compare
☔ The latest upstream changes (presumably #107052) made this pull request unmergeable. Please resolve the merge conflicts. |
42bec5d
to
8a17f5c
Compare
☔ The latest upstream changes (presumably #107055) made this pull request unmergeable. Please resolve the merge conflicts. |
8a17f5c
to
31b9cc1
Compare
This comment has been minimized.
This comment has been minimized.
r=me with CI happy |
31b9cc1
to
0b5941a
Compare
@bors r=oli-obk |
⌛ Testing commit 0b5941a with merge f6172b4208e1ca8fa057dff994a4a3988c4f23d8... |
@bors retry yield to rollup |
⌛ Testing commit 0b5941a with merge e55baa55a9e8b117757cde640976f2201d9c9dc8... |
@bors retry yield to rollup again! |
…mpiler-errors Rollup of 8 pull requests Successful merges: - rust-lang#106887 (Make const/fn return params more suggestable) - rust-lang#107519 (Add type alias for raw OS errors) - rust-lang#107551 ( Replace `ConstFnMutClosure` with const closures ) - rust-lang#107595 (Retry opening proc-macro DLLs a few times on Windows.) - rust-lang#107615 (Replace nbsp in all rustdoc code blocks) - rust-lang#107621 (Intern external constraints in new solver) - rust-lang#107631 (loudly tell people when they change `Cargo.lock`) - rust-lang#107632 (Clarifying that .map() returns None if None.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Bumps const item type suggestions to MachineApplicable (fixes #106843), also replaces FnDef with FnPtr items in return type suggestions to make more things suggestable.
r? diagnostics