Skip to content

Upgrade libuv - #6456

Merged
bors merged 1 commit into
rust-lang:incomingfrom
brson:libuv
May 14, 2013
Merged

Upgrade libuv#6456
bors merged 1 commit into
rust-lang:incomingfrom
brson:libuv

Conversation

@brson

Copy link
Copy Markdown
Contributor

This includes 26fa6f8 which fixes#6258

@ILyoan I ported your patches forward and confirmed that they build but you should be aware of this upgrade.

bors added a commit that referenced this pull request May 14, 2013
This includes 26fa6f8 which fixes#6258@ILyoan I ported your patches forward and confirmed that they build but you should be aware of this upgrade.
@borsbors closed this May 14, 2013
@bors
bors merged commit d0da21d into rust-lang:incomingMay 14, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 2, 2021
Added from_over_into lint
Closesrust-lang#6456
Added a lint that searches for implementations of `Into<..>` and suggests to implement `From<..>` instead, as it comes with a default implementation of `Into`. Category: style.
changelog: added `from_over_into` lint
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
6456: Support record variants in extract_struct_from_enum_variant r=matklad a=Veykril
As requested :)
This also prevents the assist from being disabled if a definition in the value namespace exists with the same name as our new struct since that won't cause a collision
rust-lang#4468
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@brson@bors