Open
Description
It could be quite useful to support a crate-level attribute on binary crates like #[miri::flag("-Zmiri-disable-leak-check")]
. That would help both on the playground and for doctests, to control the flags the file is run with.
Not sure how to best implement that though, and it may be considered an abomination by the compiler team. ;)