Use LUAU_FASTFLAGVARIABLE in ConstraintGenerator.cpp

Co-authored-by: ariel <aweiss@hey.com>
This commit is contained in:
Matheus 2025-03-05 19:09:48 -03:00 committed by GitHub
parent b72ca77e69
commit b1bd7baf87
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ LUAU_FASTINT(LuauCheckRecursionLimit)
LUAU_FASTFLAG(DebugLuauLogSolverToJson)
LUAU_FASTFLAG(DebugLuauMagicTypes)
LUAU_FASTFLAG(LuauPreserveUnionIntersectionNodeForLeadingTokenSingleType)
LUAU_FASTFLAG(LuauPropagateExpectedTypesForCalls)
LUAU_FASTFLAGVARIABLE(LuauPropagateExpectedTypesForCalls)
LUAU_FASTFLAG(DebugLuauGreedyGeneralization)
LUAU_FASTFLAGVARIABLE(LuauTrackInteriorFreeTypesOnScope)