Nick Spain 14d0db0759 HasSource::source_old -> HasSource::source for places where proc-macros were special cased
In #6901 some special case handling for proc-macros was introduced to
prevent panicing as they have no AST. Now the new HasSource::source
method is used that returns an option.

Generally this was a pretty trivial change, the only thing of much
interest is that `hir::MacroDef` now implements `TryToNav` not `ToNav`
as this allows us to handle `HasSource::source` now returning an option.
2021-01-02 21:53:52 +11:00
..
2021-01-01 17:22:23 +01:00
2020-12-12 12:27:09 -05:00
2020-11-25 10:11:53 -05:00
2021-01-01 13:45:10 +00:00
2020-12-31 02:58:41 +08:00
2020-11-02 14:07:08 +01:00
2021-01-01 17:22:23 +01:00
2020-11-12 17:48:07 -08:00
2020-12-30 10:39:50 -05:00
2020-12-09 16:32:03 +00:00