Maybe Waffle
400d343796
Suggest adding Copy
bound when Adt is moved out
...
Previously we've only suggested adding `Copy` bounds when the type being
moved/copied is a type parameter (generic). With this commit we also
suggest adding bounds when a type
- Can be copy
- All predicates that need to be satisfied for that are based on type
params
i.e. we will suggest `T: Copy` for `Option<T>`, but won't suggest
anything for `Option<String>`.
Future work: it would be nice to also suggest adding `.clone()` calls
2022-03-01 16:56:00 +03:00
..
2022-02-26 13:45:43 -03:00
2022-02-25 18:34:02 +00:00
2022-02-25 08:00:52 -05:00
2022-02-07 21:51:05 -08:00
2022-02-24 21:42:13 +01:00
2022-03-01 16:56:00 +03:00
2022-02-25 08:00:52 -05:00
2022-02-23 22:33:50 +01:00
2022-02-24 12:28:19 +00:00
2022-02-28 12:57:48 +01:00
2022-02-25 08:00:52 -05:00
2022-02-25 18:34:02 +00:00
2022-02-27 14:04:07 +00:00
2022-02-25 08:00:52 -05:00
2022-02-24 18:50:33 -08:00
2022-02-28 08:25:26 +00:00
2022-02-25 08:00:52 -05:00
2022-02-24 18:50:33 -08:00
2022-02-24 18:50:33 -08:00
2022-02-24 22:54:36 +03:00
2022-02-25 08:00:52 -05:00
2022-02-24 16:02:07 -05:00
2022-02-25 18:34:02 +00:00
2022-02-27 21:46:36 +01:00
2022-02-24 17:01:01 +11:00
2022-02-27 21:46:34 +01:00
2022-02-22 23:17:13 +01:00
2022-02-26 17:16:01 -05:00
2022-02-25 03:16:22 +00:00
2022-02-25 18:34:02 +00:00
2022-03-01 13:43:11 +03:00
2022-02-25 08:00:53 -05:00
2022-02-26 07:52:42 +01:00
2022-02-28 08:25:26 +00:00
2022-02-25 08:00:52 -05:00
2022-02-25 17:16:58 -08:00
2022-02-16 07:34:06 +00:00
2022-02-25 22:53:34 +01:00
2022-02-25 08:00:52 -05:00
2022-02-27 14:04:07 +00:00
2022-02-27 14:04:07 +00:00
2022-02-25 18:34:02 +00:00
2022-02-25 08:00:52 -05:00
2022-02-22 18:14:51 -05:00
2022-02-26 21:53:03 +00:00
2022-02-28 08:25:26 +00:00
2022-02-25 08:00:52 -05:00
2022-02-28 11:54:17 +00:00
2022-02-27 07:02:46 +00:00
2022-02-22 00:16:56 +01:00
2022-02-24 12:23:35 -05:00
2022-02-15 19:07:06 +01:00
2022-02-27 21:46:33 +01:00