-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
reflection doesn't work for fixed length strs #2930
Comments
ghost
assigned graydon
Jul 16, 2012
Can I get the testcase that's triggering this? |
There is now a test case in https://github.com/mozilla/rust/blob/incoming/src/test/run-pass/issue-2930.rs |
Fixed by d809336. |
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Jun 29, 2023
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Update Rust toolchain from nightly-2023-12-09 to nightly-2023-12-10 without any other source changes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem seems to be with the signature of
visit_estr_fixed
inintrinsic.rs
.See https://gist.github.com/3125194 for a backtrace showing what goes wrong.
The text was updated successfully, but these errors were encountered: