2019-07-27 00:54:25 +03:00
|
|
|
// run-pass
|
2019-04-30 17:27:53 +09:00
|
|
|
// exec-env:RUSTC_LOG=std::ptr
|
2013-09-25 00:56:18 -07:00
|
|
|
|
|
|
|
|
// In issue #9487, it was realized that std::ptr was invoking the logging
|
|
|
|
|
// infrastructure, and when std::ptr was used during runtime initialization,
|
|
|
|
|
// this caused some serious problems. The problems have since been fixed, but
|
|
|
|
|
// this test will trigger "output during runtime initialization" to make sure
|
|
|
|
|
// that the bug isn't re-introduced.
|
|
|
|
|
|
2015-03-22 13:13:15 -07:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
|
2014-01-03 15:30:54 -08:00
|
|
|
pub fn main() {}
|