Uh oh!
There was an error while loading. Please reload this page.
[WIP] rustc: Reimplement native library overriding and reordering - #94962
[WIP] rustc: Reimplement native library overriding and reordering#94962petrochenkov wants to merge 1 commit into
Conversation
petrochenkov
commented
Mar 15, 2022
@bors try |
bors
commented
Mar 15, 2022
⌛ 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
695e871Compare
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
petrochenkov
commented
Mar 16, 2022
@bors try |
bors
commented
Mar 16, 2022
⌛ Trying commit dfe3db37401841c9850da16434b5f515b812ea91 with merge 6d66c4bea9820f41640120ccb1436ec01146c5af... |
This comment was marked as resolved.
This comment was marked as resolved.
ca53777 to
8ba4c88Comparepetrochenkov
commented
Mar 16, 2022
@bors try |
bors
commented
Mar 16, 2022
⌛ Trying commit 8ba4c88095931b47be575651f1ea3325fb4f0cad with merge 8aaecdf5df68a6fbc126704e44d399ba2fe66bf2... |
This comment has been minimized.
This comment has been minimized.
bors
commented
Mar 16, 2022
☀️ Try build successful - checks-actions |
1 similar comment
bors
commented
Mar 16, 2022
☀️ Try build successful - checks-actions |
petrochenkov
commented
Mar 16, 2022
@craterbot run mode=build-only |
craterbot
commented
Mar 16, 2022
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
petrochenkov
commented
Apr 3, 2022
@craterbot run mode=build-only p=1 crates=https://crater-reports.s3.amazonaws.com/pr-94962-1/retry-regressed-list.txt |
craterbot
commented
Apr 3, 2022
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
Apr 5, 2022
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
Apr 5, 2022
🎉 Experiment
|
petrochenkov
commented
May 9, 2022
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] attributesbors
commented
May 21, 2022
☔ The latest upstream changes (presumably #97239) made this pull request unmergeable. Please resolve the merge conflicts. |
JohnCSimon
commented
Jan 29, 2023
@petrochenkov @rustbot label: +S-inactive |
Addresses the question (1) from #93901 (comment)
Fixes#73319