We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb7402 commit a622dd3Copy full SHA for a622dd3
src/copyable_task.jl
@@ -367,7 +367,7 @@ will generate the appropriate methods needed to ensure that `Libtask.might_produ
367
`true` for all relevant signatures of `f`. This works even if `f` has methods with keyword
368
arguments.
369
370
-```jldoctest kwargs
+```jldoctest might_produce_macro
371
julia> # For this demonstration we need to mark `g` as not being inlineable.
372
@noinline function g(x; y, z=0)
373
produce(x + y + z)
0 commit comments