]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/logging_before_rt_started.rs
Rollup merge of #61499 - varkor:issue-53457, r=oli-obk
[rust.git] / src / test / run-pass / logging_before_rt_started.rs
1 // exec-env:RUSTC_LOG=std::ptr
2
3 // In issue #9487, it was realized that std::ptr was invoking the logging
4 // infrastructure, and when std::ptr was used during runtime initialization,
5 // this caused some serious problems. The problems have since been fixed, but
6 // this test will trigger "output during runtime initialization" to make sure
7 // that the bug isn't re-introduced.
8
9 // pretty-expanded FIXME #23616
10
11 pub fn main() {}