Skip to content

Test suite does not compile: binary operation == cannot be applied to type syntax::ast::Crate #449

@dtolnay

Description

@dtolnay

As of rustc 1.29.0-nightly (31f1bc7b4 2018-07-15):

error[E0369]: binary operation `==` cannot be applied to type `syntax::ast::Crate`
   --> tests/test_round_trip.rs:113:24
    |
113 |                     if before == after {
    |                        ^^^^^^^^^^^^^^^
    |
    = note: an implementation of `std::cmp::PartialEq` might be missing for `syntax::ast::Crate`

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions