]> git.proxmox.com Git - rustc.git/blame - src/test/ui/threads-sendsync/issue-43733.thir.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / threads-sendsync / issue-43733.thir.stderr
CommitLineData
04454e1e
FG
1error[E0133]: call to unsafe function `$LOCALKEYINNER::<T>::get` is unsafe and requires unsafe function or block
2 --> $DIR/issue-43733.rs:21:5
8faf50e0 3 |
dc9dc135
XL
4LL | __KEY.get(Default::default)
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
8faf50e0
XL
6 |
7 = note: consult the function's documentation for information on how to avoid undefined behavior
8
04454e1e
FG
9error[E0133]: call to unsafe function `LocalKey::<T>::new` is unsafe and requires unsafe function or block
10 --> $DIR/issue-43733.rs:26:42
8faf50e0 11 |
17df50a5
XL
12LL | static FOO: std::thread::LocalKey<Foo> = std::thread::LocalKey::new(__getit);
13 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
8faf50e0
XL
14 |
15 = note: consult the function's documentation for information on how to avoid undefined behavior
16
17error: aborting due to 2 previous errors
18
19For more information about this error, try `rustc --explain E0133`.