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