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 @@ -77,10 +77,10 @@ impl Change {
77
77
db. set_file_text_with_durability ( file_id, text, durability)
78
78
}
79
79
if let Some ( crate_graph) = self . crate_graph {
80
- db. set_crate_graph_with_durability ( Arc :: new ( crate_graph) , Durability :: HIGH )
80
+ db. set_crate_graph_with_durability ( Arc :: new ( crate_graph) , Durability :: HIGH ) ;
81
81
}
82
82
if let Some ( proc_macros) = self . proc_macros {
83
- db. set_proc_macros_with_durability ( Arc :: new ( proc_macros) , Durability :: HIGH )
83
+ db. set_proc_macros_with_durability ( Arc :: new ( proc_macros) , Durability :: HIGH ) ;
84
84
}
85
85
}
86
86
}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pub(super) fn lower(
54
54
ExprCollector {
55
55
db,
56
56
krate,
57
- def_map : db . crate_def_map ( krate ) ,
57
+ def_map : expander . module . def_map ( db ) ,
58
58
source_map : BodySourceMap :: default ( ) ,
59
59
ast_id_map : db. ast_id_map ( expander. current_file_id ) ,
60
60
body : Body {
You can’t perform that action at this time.
0 commit comments