We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5001c92 commit ae9c049Copy full SHA for ae9c049
src/librustc_resolve/lib.rs
@@ -1005,7 +1005,7 @@ pub struct Resolver<'a> {
1005
//
1006
// There will be an anonymous module created around `g` with the ID of the
1007
// entry block for `f`.
1008
- pub module_map: NodeMap<Module<'a>>,
+ module_map: NodeMap<Module<'a>>,
1009
1010
// Whether or not to print error messages. Can be set to true
1011
// when getting additional info for error message suggestions,
0 commit comments