2018-11-18 13:25:53 -05:00
|
|
|
error: implementation of `Deserialize` is not general enough
|
2018-09-20 13:56:11 -04:00
|
|
|
--> $DIR/hrtb-cache-issue-54302.rs:19:5
|
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | assert_deserialize_owned::<&'static str>();
|
2019-09-01 21:51:16 -07:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `Deserialize` is not general enough
|
2018-09-20 13:56:11 -04:00
|
|
|
|
|
2019-09-01 21:51:16 -07: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-20 13:56:11 -04:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|