mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
88b9edc9db
Allows disabling `fmt::Debug` derive and debug formatting.
5 lines
81 B
Rust
5 lines
81 B
Rust
//@ compile-flags: -Zfmt-debug=invalid-value
|
|
//@ failure-status: 1
|
|
fn main() {
|
|
}
|