]> git.proxmox.com Git - rustc.git/blame - src/test/ui/stability-in-private-module.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / stability-in-private-module.stderr
CommitLineData
9fa01778 1error[E0603]: module `thread_info` is private
ba9703b0 2 --> $DIR/stability-in-private-module.rs:2:26
9fa01778
XL
3 |
4LL | let _ = std::thread::thread_info::current_thread();
ba9703b0 5 | ^^^^^^^^^^^ private module
dfeec247
XL
6 |
7note: the module `thread_info` is defined here
8 --> $SRC_DIR/libstd/thread/mod.rs:LL:COL
9 |
10LL | use crate::sys_common::thread_info;
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9fa01778
XL
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0603`.