Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
401 contributions in the last year
Activity overview
Contribution activity
May 2019
sbwtw has no activity
yet for this period.
April 2019
- sbwtw/ss-rs Rust
Created an issue in rust-lang/rust that received 2 comments
Strange `unreachable` warning in `Future`
Code: use futures::future; use futures::Future; fn f() -> impl Future<Item = (), Error = ()> { future::ok(unimplemented!()) } fn main() { let s = f(…
2
comments
27
contributions
in private repositories
Apr 1 – Apr 24