-
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
Mysterious runtime failures when chaining methods on a Timer #14714
Comments
I see:
This isn't really a bug in my mind, but it is quite surprising and it would be nice if there was some way to assist programmers by indicating that chaining directly onto a |
This is indeed expected, and documented, but I am surprised that the error message you are seeing is |
I am using luqman's most recent build for arm-linux-androideabi. I am just compiling with |
Examples! Fixes rust-lang#14714.
std::io: expand the oneshot/periodic docs. Examples! Fixes #14714.
Examples! Fixes rust-lang#14714.
…o-actions, r=Veykril fix: ide: exclude sized in go-to actions in hover fixes rust-lang#13163 i opted to just simply omit `Sized` entirely from go-to actions, as opposed to including it if even someone writes an explicit `T: Sized`, as i think a go-to on Sized is of dubious value practically.
In timer.rs:
Result:
Unchaining the
oneshot
method call results in normal behaviour.The text was updated successfully, but these errors were encountered: