]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-3080.mir.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-3080.mir.stderr
CommitLineData
8faf50e0 1error[E0133]: call to unsafe function is unsafe and requires unsafe function or block
17df50a5 2 --> $DIR/issue-3080.rs:10:5
8faf50e0 3 |
532ac7d7 4LL | X(()).with();
8faf50e0
XL
5 | ^^^^^^^^^^^^ call to unsafe function
6 |
7 = note: consult the function's documentation for information on how to avoid undefined behavior
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0133`.