Skip to content

Commit

Permalink
Replace ??? with UnlocatableSourceInfo (#4624)
Browse files Browse the repository at this point in the history
This is a temporary change till we get the Scala3 macro for SourceInfo merged
  • Loading branch information
adkian-sifive authored Jan 15, 2025
1 parent ab7c417 commit be64e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ case class SourceLine(filename: String, line: Int, col: Int) extends SourceInfo
}

object SourceInfo extends ObjectSourceInfoImpl {
implicit def materialize: SourceInfo = ???
implicit def materialize: SourceInfo = UnlocatableSourceInfo
}

0 comments on commit be64e08

Please sign in to comment.