-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[beta] backports #103316
[beta] backports #103316
Conversation
(cherry picked from commit 83e6128)
(cherry picked from commit e214385)
(cherry picked from commit 95ae993)
(cherry picked from commit de0396c)
(cherry picked from commit f1452fc)
(cherry picked from commit 247da7b)
To include some `Option<>` fields of different types in a single enum. The test output is currently buggy, but the next commit will fix that. (cherry picked from commit dfa9d5c)
PR rust-lang#98758 introduced code to avoid redundant assertions in derived code like this: ``` let _: ::core::clone::AssertParamIsClone<u32>; let _: ::core::clone::AssertParamIsClone<u32>; ``` But the predicate `is_simple_path` introduced as part of this failed to account for generic arguments. Therefore the deriving code erroneously considers types like `Option<bool>` and `Option<f32>` to be the same. This commit fixes `is_simple_path`. Fixes rust-lang#103157. (cherry picked from commit 9a23f60)
(cherry picked from commit fb54758)
(cherry picked from commit 49ce8a2)
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
1 commits in 082503982ea0fb7a8fd72210427d43a2e2128a63..4bc8f24d3e899462e43621aab981f6383a370365 2022-09-13 17:49:38 +0000 to 2022-10-20 06:00:42 +0000 - [BETA-1.65] Fix deadlock when build scripts are waiting for input on stdin (rust-lang/cargo#11257)
Some changes occurred in src/tools/cargo cc @ehuss |
… + LTO (cherry picked from commit acf51e1)
@bors r+ rollup=never p=1 |
☀️ Test successful - checks-actions |
SameTypeModuloInfer
relation Use rebind instead of dummy binder inSameTypeModuloInfer
relation #102059TyKind::is_simple_path
FixTyKind::is_simple_path
#103176r? @ghost