Skip to content

Commit dd9dbf4

Browse files
committed
Reduce recursion limit for mapInline on trees
1 parent 0315e27 commit dd9dbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/ast/tpd.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ object tpd extends Trees.Instance[Type] with TypedTreeInfo {
10831083
}
10841084
}
10851085

1086-
inline val MapRecursionLimit = 1000
1086+
inline val MapRecursionLimit = 10
10871087

10881088
extension (trees: List[Tree])
10891089

0 commit comments

Comments
 (0)