-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Port variance attrs to attr parser. #151428
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
Conversation
|
Some changes occurred in compiler/rustc_attr_parsing cc @jdonszelmann, @JonathanBrouwer Some changes occurred in compiler/rustc_passes/src/check_attr.rs cc @jdonszelmann, @JonathanBrouwer Some changes occurred in compiler/rustc_hir/src/attrs |
|
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
|
There's currently 3 attribute related PRs in the queue so 99% chance this will get kicked out with conflicts, but can't hurt to try. Thanks for all your hard work on the attribute ports! <3 @bors r+ rollup |
Rollup of 6 pull requests Successful merges: - #150436 (`c_variadic`: impl `va_copy` and `va_end` as Rust intrinsics) - #151340 (Port `#[patchable_function_entry]` to attr parser) - #151351 (Deduplicate diagnostics for const trait supertraits) - #151424 (missing colon after the compile-flags directive) - #151428 (Port variance attrs to attr parser.) - #151429 (s390x: Support aligned stack datalayout) Failed merges: - #151343 (Port some crate level attrs to the attribute parser) r? @ghost
Rollup merge of #151428 - attrs3, r=JonathanBrouwer Port variance attrs to attr parser. Tracking issue: #131229 Ports rustc_variance and rustc_variance_of_opaques to be parsed attributes. Info: https://rustc-dev-guide.rust-lang.org/variance.html
Tracking issue: #131229
Ports rustc_variance and rustc_variance_of_opaques to be parsed attributes.
Info: https://rustc-dev-guide.rust-lang.org/variance.html