-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
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
Description
Zig Version
0.12.0-dev.2543+9eda6ccef
Steps to Reproduce and Observed Behavior
/home/ABC/.zig/lib/std/Thread/Pool.zig:93:13: error: error is ignored
@call(.auto, func, closure.arguments);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ABC/.zig/lib/std/Thread/Pool.zig:93:13: note: consider using 'try', 'catch', or 'if'
Expected Behavior
Not throwing that error.
okwilkins, Kacaii, matejrisek and gren236
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.