mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
remove field that need not be public
This commit is contained in:
parent
5001c92c3e
commit
ae9c049cfc
@ -1005,7 +1005,7 @@ pub struct Resolver<'a> {
|
|||||||
//
|
//
|
||||||
// There will be an anonymous module created around `g` with the ID of the
|
// There will be an anonymous module created around `g` with the ID of the
|
||||||
// entry block for `f`.
|
// entry block for `f`.
|
||||||
pub module_map: NodeMap<Module<'a>>,
|
module_map: NodeMap<Module<'a>>,
|
||||||
|
|
||||||
// Whether or not to print error messages. Can be set to true
|
// Whether or not to print error messages. Can be set to true
|
||||||
// when getting additional info for error message suggestions,
|
// when getting additional info for error message suggestions,
|
||||||
|
Loading…
Reference in New Issue
Block a user