Skip to content

-Zmiri-mute-stdout-stderr does not mute stderr #2143

@matthiaskrgr

Description

@matthiaskrgr
fn main() {
	eprintln!("OH NO WHAT HAVE I DONE");
}

MIRIFLAGS="-Zmiri-mute-stdout-stderr" cargo miri run:

WARNING: Ignoring `RUSTC_WRAPPER` environment variable, Miri does not support wrapping.
    Finished dev [unoptimized + debuginfo] target(s) in 0.00s
     Running `/home/matthias/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo-miri target/miri/x86_64-unknown-linux-gnu/debug/f`
OH NO WHAT HAVE I DONE

cc @oli-obk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions