-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
StaticStringMap evaluation branch quota too low #19803
Copy link
Copy link
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Zig Version
0.13.0-dev.47+c231d9496
Steps to Reproduce and Observed Behavior
The above example results in
error: evaluation exceeded 1000 backwards branches, you can change any key name you want and it may or may not compile. Or you can change the order oft20~t1tot1~t20and it will compile.Expected Behavior
Compile success.