-
Notifications
You must be signed in to change notification settings - Fork 725
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
Fix const array issue #2684
Fix const array issue #2684
Conversation
5820424
to
41a0e58
Compare
@rsammelson can you explain the test changes? The diff shows these files changed .../tests/constified-enum-module-overflow.rs | 15 ++++++++++++-
.../tests/issue-544-stylo-creduce-2.rs | 2 +-
.../libclang-9/ptr32-has-different-size.rs | 6 +++---
.../expectations/tests/struct_typedef_ns.rs But none of those seem to have anything to do with const/mut pointers |
I'm not sure what caused that change, let me fix it. |
41a0e58
to
5ba0d91
Compare
@tgross35 It should be fixed now. |
Thanks. Could you add a test for the change you made? |
The changes before are because of newer libclang versions. We should update CI and expectations to newer libclang IMO. But not in this patch of course. |
5ba0d91
to
dc467c7
Compare
@tgross35 I don't understand why the tests are failing. |
Yeah, the I'll test it out here #2763. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix looks reasonable. Please rebase and we can get this merged :)
90b2050
to
0466e74
Compare
(I tried to do it automatically, let's see) |
Fix #2683. Fairly hacky fix right now, but it doesn't seem to break any tests.