]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-16966.stderr
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[rust.git] / src / test / ui / issues / issue-16966.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/issue-16966.rs:2:5
3    |
4 LL |     panic!(std::default::Default::default());
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `M` declared on the function `begin_panic`
6    |
7    = note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0282`.