]> git.proxmox.com Git - rustc.git/blame - tests/ui/stability-attribute/stability-in-private-module.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / stability-attribute / 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();
fe692bf9
FG
5 | ^^^^^^^^^^^ -------------- function `current_thread` is not publicly re-exported
6 | |
7 | private module
dfeec247
XL
8 |
9note: the module `thread_info` is defined here
3dfed10e 10 --> $SRC_DIR/std/src/thread/mod.rs:LL:COL
9fa01778 11
4b012472 12error: aborting due to 1 previous error
9fa01778
XL
13
14For more information about this error, try `rustc --explain E0603`.