]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/log-backtrace.rs
Replace a command line flag with an env var to allow tools to initialize the tracing...
[rust.git] / tests / ui / attributes / log-backtrace.rs
1 // run-pass
2 //
3 // This test makes sure that log-backtrace option at least parses correctly
4 //
5 // dont-check-compiler-stdout
6 // dont-check-compiler-stderr
7 // rustc-env:RUSTC_LOG=info
8 // rustc-env:RUSTC_LOG_BACKTRACE=rustc_metadata::creader
9 fn main() {}