Skip to content

Commit 98456c3

Browse files
committed
Use QuoteContext in all macros
1 parent 34cfb6a commit 98456c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

compiler/src/dotty/tools/dotc/typer/Implicits.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ trait Implicits { self: Typer =>
10391039
defn.ClassTagClass -> synthesizedClassTag,
10401040
defn.QuotedTypeClass -> synthesizedTypeTag,
10411041
defn.QuoteContextClass -> synthesizedQuoteContext,
1042-
defn.TastyReflectionClass -> synthesizedTastyContext,
1042+
// defn.TastyReflectionClass -> synthesizedTastyContext,
10431043
defn.EqlClass -> synthesizedEq,
10441044
defn.TupledFunctionClass -> synthesizedTupleFunction,
10451045
defn.ValueOfClass -> synthesizedValueOf,

0 commit comments

Comments
 (0)