-
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
[WIP] rustc: Reimplement native library overriding and reordering #94962
Conversation
@bors try |
⌛ Trying commit 4a86dbc1dcf2785279192d0f5008aec9e59c6d18 with merge 87da459d6eb75fe961960f80dcd24262c179e6dd... |
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
098cdbd
to
695e871
Compare
This comment has been minimized.
This comment has been minimized.
695e871
to
bfff5c7
Compare
This comment was marked as resolved.
This comment was marked as resolved.
bfff5c7
to
dfe3db3
Compare
@bors try |
⌛ Trying commit dfe3db37401841c9850da16434b5f515b812ea91 with merge 6d66c4bea9820f41640120ccb1436ec01146c5af... |
This comment was marked as resolved.
This comment was marked as resolved.
ca53777
to
8ba4c88
Compare
@bors try |
⌛ Trying commit 8ba4c88095931b47be575651f1ea3325fb4f0cad with merge 8aaecdf5df68a6fbc126704e44d399ba2fe66bf2... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
1 similar comment
☀️ Try build successful - checks-actions |
@craterbot run mode=build-only |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
☀️ Try build successful - checks-actions |
@craterbot run mode=build-only p=1 crates=https://crater-reports.s3.amazonaws.com/pr-94962-1/retry-regressed-list.txt |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
1e46f08
to
43eaf40
Compare
Blocked on #96885. |
…luqmana rustc: Stricter checking for #[link] attributes A subset of rust-lang#94962 that doesn't touch library renaming/reordering/deduplication. `#[link]` attributes are checked for all kinds of unexpected arguments inside them. I also tried to make wording for these errors more consistent, that's why some existing errors are changed, including errors for command line `-l` options. Spans are also made more precise where possible.
This comment was marked as resolved.
This comment was marked as resolved.
#[link]
attributes
☔ The latest upstream changes (presumably #97239) made this pull request unmergeable. Please resolve the merge conflicts. |
@petrochenkov @rustbot label: +S-inactive |
Addresses the question (1) from #93901 (comment)
Fixes #73319