Doing the following: ``` $ git clone https://github.com/tomaka/winit $ cd winit $ cargo run --example window ``` gives me a window on stable, beta, and `1.20.0-nightly (3610a70ce 2017-07-05)`. On `1.20.0-nightly (696412de7 2017-07-06)` I get no window. [List of the commits](https://github.com/rust-lang/rust/compare/3610a70ce...696412de7). Platform is Linux/X11. cc @tomaka