TraceSyntax
dotty.tools.dotc.reporting.TraceSyntax
trait TraceSyntax
This module is carefully optimized to give zero overhead if Config.tracingEnabled is false. The trace
operation is called in various hotspots, so every tiny bit of overhead is unacceptable: boxing, closures, additional method calls are all out.
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
In this article