mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Identify methods using functions ids rather than string names
This commit is contained in:
parent
920e57bd15
commit
8c7ccdc29d
3 changed files with 31 additions and 7 deletions
|
@ -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) => {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue