Skip to content

Fix a bug where .write([]) would always fail. - #3912

Merged
catamorphism merged 1 commit into
rust-lang:incomingfrom
Dretch:iofix
Nov 3, 2012
Merged

Fix a bug where .write([]) would always fail.#3912
catamorphism merged 1 commit into
rust-lang:incomingfrom
Dretch:iofix

Conversation

@Dretch

Copy link
Copy Markdown
Contributor

No description provided.

catamorphism added a commit that referenced this pull request Nov 3, 2012
Fix a bug where .write([]) would always fail.
@catamorphism
catamorphism merged commit c1fb590 into rust-lang:incomingNov 3, 2012
@catamorphism

Copy link
Copy Markdown
Contributor

Thanks!

RalfJung pushed a commit to RalfJung/rust that referenced this pull request Oct 15, 2024
Pipe minor changes: diagnostics, flag support and comments
This PR:
- Add the exact syscall names to the blocking not supported diagnostic
- Added support for ``pipe2`` ``O_NONBLOCK``
- Fix minor comment error in ``tests/pass-dep/libc/libc-epoll-blocking.rs``
Fixesrust-lang#3912
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
3912: Parse correctly fn f<T>() where T: Fn() -> u8 + Send {} r=matklad a=matklad
We used to parse it as T: Fn() -> (u8 + Send), which is different from
the rustc behavior of T: (Fn() -> u8) + Send
bors r+
🤖
Co-authored-by: Luca Barbieri <luca@luca-barbieri.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

@Dretch@catamorphism