]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-16966.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-16966.stderr
CommitLineData
8faf50e0 1error[E0282]: type annotations needed
0731742a 2 --> $DIR/issue-16966.rs:2:5
8faf50e0
XL
3 |
4LL | panic!(std::default::Default::default());
dfeec247 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `M` declared on the function `begin_panic`
8faf50e0 6 |
17df50a5 7 = note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
8faf50e0
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0282`.