2018-11-18 13:25:53 -05:00
|
|
|
error: implementation of `Deserialize` is not general enough
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-54302.rs:13:5
|
2018-09-28 00:42:19 +03:00
|
|
|
|
|
|
|
|
LL | assert_deserialize_owned::<&'static str>();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2019-01-25 19:17:38 +01:00
|
|
|
= note: `Deserialize<'0>` would have to be implemented for the type `&'static str`, for any lifetime `'0`
|
|
|
|
= note: but `Deserialize<'1>` is actually implemented for the type `&str`, for some lifetime `'1`
|
2018-09-28 00:42:19 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|