1 2 3 4 5 6 7 8
//@error-in-other-file: miri cannot be run on programs that fail compilation #![deny(warnings, unused)] struct Foo; //~^ ERROR: struct `Foo` is never constructed fn main() {}