Skip to content

Instantly share code, notes, and snippets.

@rexim
Created May 26, 2016 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rexim/5440d84002f767af707eda9b261b6632 to your computer and use it in GitHub Desktop.
Save rexim/5440d84002f767af707eda9b261b6632 to your computer and use it in GitHub Desktop.
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading conrod v0.35.0
Compiling winapi-build v0.1.1
Compiling bitflags v0.6.0
Compiling read_color v0.1.0
Compiling num-traits v0.1.32
Compiling winapi v0.2.7
Compiling rustc-serialize v0.3.19
Compiling kernel32-sys v0.2.2
Compiling fixedbitset v0.1.1
Compiling piston-texture v0.4.0
Compiling petgraph v0.2.7
Compiling piston-float v0.2.0
Compiling vecmath v0.2.0
Compiling libc v0.2.11
Compiling interpolation v0.1.0
Compiling num-integer v0.1.32
Compiling time v0.1.35
Compiling num-iter v0.1.32
Compiling rand v0.3.14
Compiling daggy v0.4.0
Compiling piston-viewport v0.2.0
Compiling piston2d-graphics v0.16.0
Compiling num-bigint v0.1.32
Compiling num-complex v0.1.32
Compiling pistoncore-input v0.12.0
Compiling num-rational v0.1.32
<bitflags macros>:88:15: 89:32 error: use of unstable library feature 'op_assign_traits': recently added (see issue #28235)
<bitflags macros>:88 # [ inline ] fn bitor_assign ( & mut self , other : $ BitFlags ) {
<bitflags macros>:89 self . bits |= other . bits ; } } impl $ crate:: __core:: ops:: BitXor for $
<bitflags macros>:8:24: 10:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/streamer/.cargo/registry/src/github.com-88ac128001ac3a9a/pistoncore-input-0.12.0/src/keyboard.rs:10:1: 60:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:88:15: 89:32 help: add #![feature(op_assign_traits)] to the crate attributes to enable
<bitflags macros>:85:59: 86:18 error: use of unstable library feature 'op_assign_traits': recently added (see issue #28235)
<bitflags macros>:85 $ BitFlags { bits : self . bits | other . bits } } } impl $ crate:: __core::
<bitflags macros>:86 ops:: BitOrAssign for $ BitFlags {
<bitflags macros>:8:24: 10:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/streamer/.cargo/registry/src/github.com-88ac128001ac3a9a/pistoncore-input-0.12.0/src/keyboard.rs:10:1: 60:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:85:59: 86:18 help: add #![feature(op_assign_traits)] to the crate attributes to enable
<bitflags macros>:97:15: 98:32 error: use of unstable library feature 'op_assign_traits': recently added (see issue #28235)
<bitflags macros>:97 # [ inline ] fn bitxor_assign ( & mut self , other : $ BitFlags ) {
<bitflags macros>:98 self . bits ^= other . bits ; } } impl $ crate:: __core:: ops:: BitAnd for $
<bitflags macros>:8:24: 10:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/streamer/.cargo/registry/src/github.com-88ac128001ac3a9a/pistoncore-input-0.12.0/src/keyboard.rs:10:1: 60:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:97:15: 98:32 help: add #![feature(op_assign_traits)] to the crate attributes to enable
<bitflags macros>:94:59: 95:19 error: use of unstable library feature 'op_assign_traits': recently added (see issue #28235)
<bitflags macros>:94 $ BitFlags { bits : self . bits ^ other . bits } } } impl $ crate:: __core::
<bitflags macros>:95 ops:: BitXorAssign for $ BitFlags {
<bitflags macros>:8:24: 10:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/streamer/.cargo/registry/src/github.com-88ac128001ac3a9a/pistoncore-input-0.12.0/src/keyboard.rs:10:1: 60:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:94:59: 95:19 help: add #![feature(op_assign_traits)] to the crate attributes to enable
<bitflags macros>:106:15: 107:32 error: use of unstable library feature 'op_assign_traits': recently added (see issue #28235)
<bitflags macros>:106 # [ inline ] fn bitand_assign ( & mut self , other : $ BitFlags ) {
<bitflags macros>:107 self . bits &= other . bits ; } } impl $ crate:: __core:: ops:: Sub for $
<bitflags macros>:8:24: 10:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/streamer/.cargo/registry/src/github.com-88ac128001ac3a9a/pistoncore-input-0.12.0/src/keyboard.rs:10:1: 60:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:106:15: 107:32 help: add #![feature(op_assign_traits)] to the crate attributes to enable
<bitflags macros>:103:59: 104:19 error: use of unstable library feature 'op_assign_traits': recently added (see issue #28235)
<bitflags macros>:103 $ BitFlags { bits : self . bits & other . bits } } } impl $ crate:: __core::
<bitflags macros>:104 ops:: BitAndAssign for $ BitFlags {
<bitflags macros>:8:24: 10:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/streamer/.cargo/registry/src/github.com-88ac128001ac3a9a/pistoncore-input-0.12.0/src/keyboard.rs:10:1: 60:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:103:59: 104:19 help: add #![feature(op_assign_traits)] to the crate attributes to enable
<bitflags macros>:115:15: 116:34 error: use of unstable library feature 'op_assign_traits': recently added (see issue #28235)
<bitflags macros>:115 # [ inline ] fn sub_assign ( & mut self , other : $ BitFlags ) {
<bitflags macros>:116 self . bits &= ! other . bits ; } } impl $ crate:: __core:: ops:: Not for $
<bitflags macros>:8:24: 10:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/streamer/.cargo/registry/src/github.com-88ac128001ac3a9a/pistoncore-input-0.12.0/src/keyboard.rs:10:1: 60:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:115:15: 116:34 help: add #![feature(op_assign_traits)] to the crate attributes to enable
<bitflags macros>:112:61: 113:16 error: use of unstable library feature 'op_assign_traits': recently added (see issue #28235)
<bitflags macros>:112 $ BitFlags { bits : self . bits & ! other . bits } } } impl $ crate:: __core::
<bitflags macros>:113 ops:: SubAssign for $ BitFlags {
<bitflags macros>:8:24: 10:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/streamer/.cargo/registry/src/github.com-88ac128001ac3a9a/pistoncore-input-0.12.0/src/keyboard.rs:10:1: 60:3 note: in this expansion of bitflags! (defined in <bitflags macros>)
<bitflags macros>:112:61: 113:16 help: add #![feature(op_assign_traits)] to the crate attributes to enable
error: aborting due to 8 previous errors
Build failed, waiting for other jobs to finish...
Could not compile `pistoncore-input`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment