-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Make #[link="dl"] an FCW rather than an error #147262
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some test nits
4774fce
to
2882663
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good with a test nit
@rustbot author |
Reminder, once the PR becomes ready for a review, use |
2882663
to
1c85a1d
Compare
@rustbot ready |
Thanks |
Make #[link="dl"] an FCW rather than an error Fixes rust-lang#147254 I forgot to implement the T-lang decision in rust-lang#143193 (comment), this implements that decision r? `@jdonszelmann` Can be reviewed commit-by-commit This needs a beta backport
Rollup of 5 pull requests Successful merges: - #144908 (Fix doctest output json) - #147262 (Make #[link="dl"] an FCW rather than an error) - #147364 (update autodiff testcases) - #147367 (Trivial code cleanup in resolve) - #147369 (Fill out AVR target metadata) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #147262 - JonathanBrouwer:fix-link, r=jieyouxu Make #[link="dl"] an FCW rather than an error Fixes #147254 I forgot to implement the T-lang decision in #143193 (comment), this implements that decision r? ``@jdonszelmann`` Can be reviewed commit-by-commit This needs a beta backport
Fixes #147254
I forgot to implement the T-lang decision in #143193 (comment), this implements that decision
r? @jdonszelmann
Can be reviewed commit-by-commit
This needs a beta backport