mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
rustc_typeck to rustc_hir_analysis
This commit is contained in:
parent
f5fde4df43
commit
6f13f12301
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
//! This module is concerned with finding methods that a given type provides.
|
||||
//! For details about how this works in rustc, see the method lookup page in the
|
||||
//! [rustc guide](https://rust-lang.github.io/rustc-guide/method-lookup.html)
|
||||
//! and the corresponding code mostly in librustc_typeck/check/method/probe.rs.
|
||||
//! and the corresponding code mostly in rustc_hir_analysis/check/method/probe.rs.
|
||||
use std::{iter, ops::ControlFlow, sync::Arc};
|
||||
|
||||
use arrayvec::ArrayVec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue