-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add debuginfo representation of classes #2194
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Milestone
Comments
Classes are represented exactly like records at runtime, right now, but once I finish making classes-implementing-ifaces work, classes will optionally have vtables. (Just so you know...) |
I don't think Rust has classes... Can someone rewrite appropriately? |
We'll open a new one if impls or traits need particular handling. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 22, 2022
add interesting data race test This interesting testcase came up in rust-lang/miri#2192.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
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
It's worth waiting until classes are in a complete state, but it'll need to be done at some point.
The text was updated successfully, but these errors were encountered: