-
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
Audit C++ types in rustllvm #35174
Audit C++ types in rustllvm #35174
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
1af02df
to
938fb79
Compare
@bors r+ |
📌 Commit 938fb79 has been approved by |
⌛ Testing commit 938fb79 with merge ff34c6b... |
💔 Test failed - auto-linux-64-cross-freebsd |
the code has no tests and will just bitrot by itself. this is a [breaking-change]
938fb79
to
3041a97
Compare
@bors r=eddyb |
📌 Commit 3041a97 has been approved by |
Oh nice! Thanks, @arielb1 |
I don't understand how you can say that the |
Added in rust-lang#35174, this was already unused (and new uses have not been introduced since then).
Added in rust-lang#35174, this was already unused (and new uses have not been introduced since then).
Also introduced in rust-lang#35174, and immediately unused.
Also unused since introduction in rust-lang#35174
cc @eddyb
Fixes #35131