]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/log-backtrace.rs
Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddle
[rust.git] / tests / ui / attributes / log-backtrace.rs
1 // run-pass
2 //
3 // This test makes sure that log-backtrace option doesn't give a compilation error.
4 //
5 // dont-check-compiler-stdout
6 // dont-check-compiler-stderr
7 // rustc-env:RUSTC_LOG=info
8 // compile-flags: -Zlog-backtrace=rustc_metadata::creader
9 fn main() {}