`idempotence_tests` is failing: ```diff Mismatch at tests/target/macros.rs:213: ⏎ // #1577⏎ fn issue1577() {⏎ - let json = json!({⏎ - "foo": "bar",⏎ - });⏎ + let json =⏎ + json!({});⏎ }⏎ ⏎ gfx_pipeline!(pipe {⏎ ``` `cargo test` passed without any error with `rustc 1.24.0-nightly (b65f0bedd 2018-01-01)`.