-
Notifications
You must be signed in to change notification settings - Fork 970
Closed
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICE
Description
idempotence_tests is failing:
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).
daboross
Metadata
Metadata
Assignees
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICE