I would like to implement the FileSystem trait for my compiler instead of using one of the existing datastructures. However, that is impossible without the ability to create a new SourceId.
Could a public constructor for SourceId be added, or is there another option that I should be pursuing?
I would like to implement the FileSystem trait for my compiler instead of using one of the existing datastructures. However, that is impossible without the ability to create a new SourceId.
Could a public constructor for
SourceIdbe added, or is there another option that I should be pursuing?