]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/log-backtrace.rs
3979d2001fc5957ae109d6e4bdd9f8b672a6b8b9
[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() {}