2021-10-18 12:33:38 -05:00
|
|
|
error[E0282]: type annotations needed
|
2023-02-08 10:49:43 -06:00
|
|
|
--> $DIR/issue-16966.rs:2:12
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2018-07-19 07:15:43 -05:00
|
|
|
LL | panic!(std::default::Default::default());
|
2023-02-08 10:49:43 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2021-10-18 12:33:38 -05:00
|
|
|
For more information about this error, try `rustc --explain E0282`.
|