summaryrefslogtreecommitdiffstats
path: root/tests/ui/attributes/log-backtrace.rs
blob: 3979d2001fc5957ae109d6e4bdd9f8b672a6b8b9 (plain)
1
2
3
4
5
6
7
8
9
// run-pass
//
// This test makes sure that log-backtrace option doesn't give a compilation error.
//
// dont-check-compiler-stdout
// dont-check-compiler-stderr
// rustc-env:RUSTC_LOG=info
// compile-flags: -Zlog-backtrace=rustc_metadata::creader
fn main() {}