We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7c417 commit be64e08Copy full SHA for be64e08
core/src/main/scala-3/chisel3/experimental/SourceInfo.scala
@@ -51,5 +51,5 @@ case class SourceLine(filename: String, line: Int, col: Int) extends SourceInfo
51
}
52
53
object SourceInfo extends ObjectSourceInfoImpl {
54
- implicit def materialize: SourceInfo = ???
+ implicit def materialize: SourceInfo = UnlocatableSourceInfo
55
0 commit comments