-
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
implement flush #47
Comments
Shifted to lib. |
Obsolete concept as an operator, may be done in a library sometime but we can get to that as needed. |
ghost
mentioned this issue
Apr 11, 2014
pcwalton
added a commit
to pcwalton/rust
that referenced
this issue
Aug 14, 2014
The old syntax will be removed after a snapshot. RFC rust-lang#47. Issue rust-lang#16461.
pcwalton
added a commit
to pcwalton/rust
that referenced
this issue
Aug 18, 2014
of `use bar as foo`. Change all uses of `use foo = bar` to `use bar as foo`. Implements RFC rust-lang#47. Closes rust-lang#16461. [breaking-change]
wickerwaka
pushed a commit
to wickerwaka/rust
that referenced
this issue
Aug 23, 2014
Implements remaining part of RFC rust-lang#47. Addresses issue rust-lang#16461. Removed link_attrs from rust.md, they don't appear to be supported by the parser. Changed all the tests to use the new extern crate syntax Change pretty printer to use 'as' syntax
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
…t-lang#54, and rust-lang#55 as complete
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
replace all `unreachable!` and `panic!` calls with `bug!`
eddyb
pushed a commit
to eddyb/rust
that referenced
this issue
Jun 30, 2020
djtech-dev
pushed a commit
to djtech-dev/rust
that referenced
this issue
Dec 9, 2021
Support vector types in math ops, fixes rust-lang#45
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flush should either be a statement or a library call. Probably just a library call.
The text was updated successfully, but these errors were encountered: