We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a645f99 + 06701a8 commit 66657e7Copy full SHA for 66657e7
src/libsyntax/source_map.rs
@@ -125,12 +125,12 @@ impl StableSourceFileId {
125
126
#[derive(Default)]
127
pub(super) struct SourceMapFiles {
128
- pub(super) source_files: Vec<Lrc<SourceFile>>,
+ source_files: Vec<Lrc<SourceFile>>,
129
stable_id_to_source_file: FxHashMap<StableSourceFileId, Lrc<SourceFile>>
130
}
131
132
pub struct SourceMap {
133
- pub(super) files: Lock<SourceMapFiles>,
+ files: Lock<SourceMapFiles>,
134
file_loader: Box<dyn FileLoader + Sync + Send>,
135
// This is used to apply the file path remapping as specified via
136
// --remap-path-prefix to all SourceFiles allocated within this SourceMap.
0 commit comments