StableSourceFileId::new_from_pieces
does not need to be public.
(and I want to discourage further use of it if possible.)
This commit is contained in:
parent
0e9e408310
commit
905d738b1a
@ -95,7 +95,7 @@ impl StableSourceFileId {
|
||||
)
|
||||
}
|
||||
|
||||
pub fn new_from_pieces(
|
||||
fn new_from_pieces(
|
||||
name: &FileName,
|
||||
name_was_remapped: bool,
|
||||
unmapped_path: Option<&FileName>,
|
||||
|
Loading…
Reference in New Issue
Block a user