We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab57e77 commit 8c3d761Copy full SHA for 8c3d761
druntime/src/core/thread/fiber/base.d
@@ -27,7 +27,7 @@ package
27
import core.exception : onOutOfMemoryError;
28
import core.stdc.stdlib : abort;
29
30
- extern (C) void fiber_entryPoint() nothrow
+ extern (C) noreturn fiber_entryPoint() nothrow
31
{
32
FiberBase obj = FiberBase.getThis();
33
assert( obj );
0 commit comments