File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ impl<'a> Resolver<'a> {
23
23
& mut self ,
24
24
path : & [ Segment ] ,
25
25
span : Span ,
26
- source : PathSource ,
26
+ source : PathSource < ' _ > ,
27
27
def : Option < Def > ,
28
28
) -> ( DiagnosticBuilder < ' a > , Vec < ImportSuggestion > ) {
29
29
let ident_span = path. last ( ) . map_or ( span, |ident| ident. ident . span ) ;
@@ -235,7 +235,7 @@ impl<'a> Resolver<'a> {
235
235
& mut self ,
236
236
err : & mut DiagnosticBuilder < ' a > ,
237
237
span : Span ,
238
- source : PathSource ,
238
+ source : PathSource < ' _ > ,
239
239
def : Def ,
240
240
path_str : & str ,
241
241
fallback_label : & str ,
Original file line number Diff line number Diff line change @@ -3128,7 +3128,7 @@ impl<'a> Resolver<'a> {
3128
3128
qself : Option < & QSelf > ,
3129
3129
path : & [ Segment ] ,
3130
3130
span : Span ,
3131
- source : PathSource ,
3131
+ source : PathSource < ' _ > ,
3132
3132
crate_lint : CrateLint )
3133
3133
-> PathResolution {
3134
3134
let ns = source. namespace ( ) ;
You can’t perform that action at this time.
0 commit comments