]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/issue-7447.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / issue-7447.stderr
CommitLineData
3c0e092e
XL
1error: sub-expression diverges
2 --> $DIR/issue-7447.rs:23:15
3 |
4LL | byte_view(panic!());
5 | ^^^^^^^^
6 |
7 = note: `-D clippy::diverging-sub-expression` implied by `-D warnings`
064997fb 8 = note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
3c0e092e
XL
9
10error: sub-expression diverges
11 --> $DIR/issue-7447.rs:24:19
12 |
13LL | group_entries(panic!());
14 | ^^^^^^^^
15 |
064997fb 16 = note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
3c0e092e
XL
17
18error: aborting due to 2 previous errors
19