You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?