Skip to content

println!() breaks incr. comp. #35593

Closed
@michaelwoerister

Description

@michaelwoerister

The following test, when added to the incremental test suite, fails:

// revisions:rpass1 rpass2

#![feature(rustc_attrs)]
#![rustc_partition_reused(module="println", cfg="rpass2")]

fn main() {
    println!("hello world");
}

Something causes the hash for main to be different in the two revisions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-incr-compArea: Incremental compilation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions