]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/exit1.stderr
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / clippy / tests / ui / exit1.stderr
CommitLineData
f20569fa
XL
1error: usage of `process::exit`
2 --> $DIR/exit1.rs:5:9
3 |
4LL | std::process::exit(4);
5 | ^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: `-D clippy::exit` implied by `-D warnings`
8
9error: aborting due to previous error
10