import resolution is immutable

This commit is contained in:
Aleksey Kladov 2019-03-19 18:35:03 +03:00
parent 91576afc7e
commit 5641feeddb

View File

@ -124,7 +124,7 @@ where
}
fn resolve_import(
&mut self,
&self,
module_id: CrateModuleId,
import: &raw::ImportData,
) -> (PerNs<ModuleDef>, ReachedFixedPoint) {