-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Stop using "Hack to avoid function merging" #129438
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
rustbot
added
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Aug 23, 2024
jieyouxu
added
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Aug 23, 2024
scottmcm
added
the
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
label
Aug 23, 2024
Rajveer100
added a commit
to Rajveer100/rust
that referenced
this issue
Aug 23, 2024
…function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
Rajveer100
added a commit
to Rajveer100/rust
that referenced
this issue
Aug 23, 2024
…function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
@rustbot claim |
@saksham-agarwal-dev Hi, thanks for your interest. However, I believe @Rajveer100 already has an open PR (#129468) trying to address this. @rustbot assign @Rajveer100 |
Rajveer100
added a commit
to Rajveer100/rust
that referenced
this issue
Aug 30, 2024
…function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
Rajveer100
added a commit
to Rajveer100/rust
that referenced
this issue
Aug 30, 2024
…function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
Rajveer100
added a commit
to Rajveer100/rust
that referenced
this issue
Aug 30, 2024
…function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
Rajveer100
added a commit
to Rajveer100/rust
that referenced
this issue
Aug 30, 2024
…function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
compiler-errors
added a commit
to compiler-errors/rust
that referenced
this issue
Sep 7, 2024
…merging, r=Mark-Simulacrum [testsuite][cleanup] Remove all usages of `dont_merge` hack to avoid function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 7, 2024
Rollup merge of rust-lang#129468 - Rajveer100:hack-to-avoid-function-merging, r=Mark-Simulacrum [testsuite][cleanup] Remove all usages of `dont_merge` hack to avoid function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
There's a whole bunch of this:
Do we really need to hack it, though? We have a flag for that:
This issue has been assigned to @Rajveer100 via this comment.
The text was updated successfully, but these errors were encountered: