-
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
segfault on i686-unknown-linux-gnu returning a struct from C #5347
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 |
ghost
assigned brson
May 1, 2013
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The C code:
Related to #2064
The text was updated successfully, but these errors were encountered: