Skip to content

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

Closed
@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

    bugPanic, non-idempotency, invalid code, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions