Identify methods using functions ids rather than string names

This commit is contained in:
Phil Ellison 2021-01-01 21:11:08 +00:00
parent 920e57bd15
commit 8c7ccdc29d
3 changed files with 31 additions and 7 deletions

View file

@ -304,6 +304,7 @@ pub use hir_expand::name as __name;
#[macro_export]
macro_rules! __known_path {
(core::iter::IntoIterator) => {};
(core::iter::Iterator) => {};
(core::result::Result) => {};
(core::option::Option) => {};
(core::ops::Range) => {};