Delay function resolution error until typeck
This commit is contained in:
parent
d4846f9d03
commit
66c8c5ad1d
35 changed files with 396 additions and 369 deletions
|
@ -674,6 +674,8 @@ struct UseError<'a> {
|
|||
/// Path `Segment`s at the place of use that failed. Used for accurate suggestion after telling
|
||||
/// the user to import the item directly.
|
||||
path: Vec<Segment>,
|
||||
/// Whether the expected source is a call
|
||||
is_call: bool,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue