mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
cd9b222ba0
1853: Introduce FromSource trait r=matklad a=viorina The idea is to provide an ability to get HIR from AST in a more general way than it's possible using `source_binder`. It also could help with #1622 fixing. Co-authored-by: Ekaterina Babshukova <ekaterina.babshukova@yandex.ru>