-
Notifications
You must be signed in to change notification settings - Fork 13.4k
segfault on i686-unknown-linux-gnu returning a struct from C #5347
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Blocks #4419 |
Also see |
The symptom is different but I suspect the underlying fault is the same. |
brson
added a commit
to brson/rust
that referenced
this issue
Apr 4, 2013
assigning bug; change assignment if you disagree |
This is fixed, but #5745 is a followup. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
…1995 Fix single binding closure Fix the `match_single_binding` lint when triggered inside a closure. Fixes: rust-lang#5347 changelog: Improve suggestion for [`match_single_binding`]
calebcartwright
pushed a commit
to calebcartwright/rust
that referenced
this issue
Jan 24, 2023
* feat: add skip_macro_names option * [review] update configuration documentation * [review] fix docstring * [feat] implement wildcard macro invocation skip * commit missed files * [review] test override skip macro names * [review] skip_macro_names -> skip_macro_invocations * [review] expand doc configuration * [review] add lots more tests * [review] add use alias test examples * [review] add link to standard macro behaviour
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The C code:
Related to #2064
The text was updated successfully, but these errors were encountered: