2023-08-14 13:09:53 +00:00
|
|
|
error[E0283]: type annotations needed
|
2023-02-08 16:49:43 +00:00
|
|
|
--> $DIR/issue-16966.rs:2:12
|
2018-07-15 21:11:54 +00:00
|
|
|
|
|
2018-07-19 12:15:43 +00:00
|
|
|
LL | panic!(std::default::Default::default());
|
2023-08-14 13:09:53 +00:00
|
|
|
| -------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
|
|
|
|
| | |
|
|
|
|
| | cannot infer type
|
|
|
|
| required by a bound introduced by this call
|
|
|
|
|
|
|
|
|
= note: cannot satisfy `_: Any`
|
|
|
|
note: required by a bound in `begin_panic`
|
|
|
|
--> $SRC_DIR/std/src/panicking.rs:LL:COL
|
2018-07-15 21:11:54 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-07-15 21:11:54 +00:00
|
|
|
|
2023-08-14 13:09:53 +00:00
|
|
|
For more information about this error, try `rustc --explain E0283`.
|