mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 16:15:03 +00:00
import resolution is immutable
This commit is contained in:
parent
91576afc7e
commit
5641feeddb
@ -124,7 +124,7 @@ where
|
||||
}
|
||||
|
||||
fn resolve_import(
|
||||
&mut self,
|
||||
&self,
|
||||
module_id: CrateModuleId,
|
||||
import: &raw::ImportData,
|
||||
) -> (PerNs<ModuleDef>, ReachedFixedPoint) {
|
||||
|
Loading…
Reference in New Issue
Block a user