about summary refs log tree commit diff
path: root/tests/ui/fmt/fmt_debug/invalid.rs
blob: f2652fe277d125fffca0746523278f95156029d3 (plain)
1
2
3
4
5
6
//@ compile-flags: -Zfmt-debug=invalid-value
//@ failure-status: 1
fn main() {
}

//~? ERROR incorrect value `invalid-value` for unstable option `fmt-debug`