Steve Klabnik
Steve Klabnik
/cc @Mark-Simulacrum We might be able to just make the background transparent, but then the black text would be tough. @azerupi is there even a way to switch images based...
This issue tracks inclusion of information about async/await into the Book. This will happen in the 2018 edition. Tracking issue: None
smaller looks good  bigger does not 
Hey there! This is likely a bug in my project, rather than a bug in cargo-update, but I wanted to ask some advice. Currently, here's a failing build: https://ci.appveyor.com/project/steveklabnik/kernel/build/job/q0ntqfgte41r529a ```text...
Beautiful. http://www.emojione.com/
Hey there! I just wanted to let you know that JSON API has hit RC3, and we'd like client libraries to start implementing it like it was 1.0, as a...
Hey guys- This is more of a feature request than anything else. Here's the deal: It's been kinda popular to version APIs by using some sort of prefix, like /v1/posts/1...
Originally at https://github.com/rust-lang/rust/issues/41060 The [reference](https://doc.rust-lang.org/nightly/reference/tokens.html#integer-literals) currently says the following for integer literals > The type of an unsuffixed integer literal is determined by type inference: [...] If the program context...
Migrated from https://github.com/rust-lang/rust/issues/38011 ------------------------------------- Default type parameters (e g `struct Foo(A)`) is a language feature, but they are not mentioned in the [language reference](https://doc.rust-lang.org/reference.html#type-parameters). It would be nice if such...