-
Notifications
You must be signed in to change notification settings - Fork 292
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
1.8 release announcement #82
1.8 release announcement #82
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
||
```rust | ||
struct Foo; // works | ||
struct Bar { }; // error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: no terminating semicolon here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gah, i always mess this up
🚆 |
@alexcrichton @nikomatsakis r? I fixed almost everything, one question about how to properly summarize the time changes |
RFC 6890. | ||
* Various improvements to `CString`, used for FFI. | ||
* checked, saturated, and overflowing operations for various numeric types. | ||
These aren’t counted in that ‘40’ number above, because there are a _lot_ of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn’t the number 20 rather than 40? Or is 40 including all the new numeric types methods?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this was a typo. i've since fixed it
/cc @rust-lang/core