Skip to content

cargo test fails with rustc 1.24.0-nightly (0a3761e63 2018-01-03) #2338

@topecongiro

Description

@topecongiro

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICE

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions