-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Move ABI debug helpers into a testcase #2665
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
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
Comments
This is still an issue. Renominating, as this doesn't really seem a backwards compatibility thing. It seems like just a bug. |
just a bug, removing milestone/nomination. |
Still relevant |
Note that helpers are now in |
bors
added a commit
that referenced
this issue
Jun 6, 2014
There's no need to distribute these ABI helpers for tests with the standard rust distribution they're only needed for our tests. Closes #2665
mcpherrinm
pushed a commit
to mcpherrinm/rust
that referenced
this issue
Jun 10, 2014
There's no need to distribute these ABI helpers for tests with the standard rust distribution they're only needed for our tests. Closes rust-lang#2665
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Nov 15, 2022
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this issue
Jan 6, 2023
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
These are in rust_builtin.cpp presently, should move when it's possible.
The text was updated successfully, but these errors were encountered: