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