Skip to content

Commit be64e08

Browse files
Replace ??? with UnlocatableSourceInfo (#4624)
This is a temporary change till we get the Scala3 macro for SourceInfo merged
1 parent ab7c417 commit be64e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala-3/chisel3/experimental/SourceInfo.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ case class SourceLine(filename: String, line: Int, col: Int) extends SourceInfo
5151
}
5252

5353
object SourceInfo extends ObjectSourceInfoImpl {
54-
implicit def materialize: SourceInfo = ???
54+
implicit def materialize: SourceInfo = UnlocatableSourceInfo
5555
}

0 commit comments

Comments
 (0)