bors[bot] 2e2a6dd2fb Merge #900
900: Add new trait ast::TypeAscriptionOwner r=vipentti a=vipentti

This trait should be implemented for nodes which have an ascribed type,
e.g. thing : Type. Such as let, const, static, param, named struct fields.

In addition, we update some places where previously we used node + node.type_ref() with `TypeAscriptionOwner` in the trait bounds.

Co-authored-by: Ville Penttinen <villem.penttinen@gmail.com>
2019-02-27 12:18:55 +00:00
..
2019-02-24 15:46:06 +03:00
2019-02-18 16:43:16 +03:00
2019-02-21 15:57:40 +03:00
2019-02-26 11:47:13 +02:00
2019-02-27 11:50:38 +00:00
2019-02-26 17:59:32 +00:00
2019-02-19 20:06:53 +03:00
2019-02-21 13:45:10 +03:00