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 40 million developers.
Sign up
Popular repositories
-
Forked from paulsm/pyzeroconf
A pure python implementation of multicast DNS service discovery
-
Mirror of SVN-based "asterisk's huawei 3g dongle channel driver" project with my Asterisk 10 and 11 compatibility patches (asterisk10 and asterisk11 branches)
-
Use this application to get Socket.IO support in your Django project and dive into real time web.
-
-
461 contributions in the last year
Contribution activity
January 2020
Created an issue in rust-lang/rust that received 1 comment
Confusing "expected reference, found ..." error when trying to chain Iterator<T> and Iterator<&T>
I'm running rustc 1.40.0.
The code:
fn main() { let a = (0..3).chain([3, 4, 5].iter());
}
Trying to compile it results in:
% rustc test1.rs error[E…
1
comment