blob: f12e9198b0d7c274f767b703d1892845e66e5019 [file] [log] [blame]
fn main() {
let _ = std::thread::thread_info::current_thread();
//~^ERROR module `thread_info` is private
}