-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 with simple twiddle objects #5192
Labels
Milestone
Comments
bors
added a commit
that referenced
this issue
Mar 12, 2013
r? Followup to #5022. This is the same, but everything is in `core::rt` now. `std::uv_ll` is moved to `core::unstable::uvll`, with the intent that it eventually move into its own crate (blocked on #5192 at least). I've had to disable the uv tests because of #2064. All of `core::rt` is disabled on platforms that aren't mac or linux until I complete the windows thread local storage bindings and ARM context switching. My immediate next priorities will be to fix #2064 and clean up the uv bindings, get everything building on all platforms.
possibly addressed by #5597 ? not sure |
assigning bug; change assignment if you disagree |
This seems to be fixed. I'll check in the test case. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
…-fn, r=flip1995 Prevent `missing_const_for_fn` on functions with const generic params `const` functions cannot have const generic parameters so prevent the `missing_const_for_fn` lint from firing in that case. changelog: Fix false positive in `missing_const_for_fn` Fixes rust-lang#5192
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blocks #4419
The text was updated successfully, but these errors were encountered: