2018-11-18 12:25:53 -06:00
|
|
|
error: implementation of `Deserialize` is not general enough
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-54302.rs:13:5
|
2018-09-27 16:42:19 -05:00
|
|
|
|
|
|
|
|
LL | assert_deserialize_owned::<&'static str>();
|
2019-09-01 23:51:16 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Deserialize` is not general enough
|
2018-09-27 16:42:19 -05:00
|
|
|
|
|
2019-09-01 23:51:16 -05:00
|
|
|
= note: `&'static str` must implement `Deserialize<'0>`, for any lifetime `'0`...
|
|
|
|
= note: ...but `&str` actually implements `Deserialize<'1>`, for some specific lifetime `'1`
|
2018-09-27 16:42:19 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|