2023-01-12 00:17:48 +09:00
|
|
|
// run-pass
|
|
|
|
//
|
2023-02-07 14:24:35 +00:00
|
|
|
// This test makes sure that log-backtrace option at least parses correctly
|
2023-01-12 00:17:48 +09:00
|
|
|
//
|
|
|
|
// dont-check-compiler-stdout
|
|
|
|
// dont-check-compiler-stderr
|
|
|
|
// rustc-env:RUSTC_LOG=info
|
2023-02-07 14:24:35 +00:00
|
|
|
// rustc-env:RUSTC_LOG_BACKTRACE=rustc_metadata::creader
|
2023-01-12 00:17:48 +09:00
|
|
|
fn main() {}
|