-
-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
Description
There is an upcoming breaking change in Rust for pub extern crate
. See rust-lang/rust#31362. Currently, this is a warning on beta and nightly releases. We can choose to break stuff now or later, so we will break stuff now.
People are recommended to use beta or nightly until next Rust stable release (1.8).
CI will be disabled temporarily where this is a problem, and turn back on next Rust stable release.
Here is a list of repos where CI is disabled:
- gfx_graphics
- piston_window
- opengl_graphics
- Piston-Tutorials
- piston-examples