Open
Description
Description
Getting a compiler error when using Glibc.stdout/stderr with Concurrency
error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
Reproduction
import Glibc
Task { fputs("hello", stderr) }
Expected behavior
compiles fine
Environment
6.0.2
Additional information
No response