Closed worriedvulkan closed 2 months ago
Get an error when a comment is added between any statement while using the Pipe(|>) operator.
use core {*} main :: () { iter.counter() // Comment |> iter.take(4) }
Trying to run this code in the playground produces an error
Thanks for reporting this! This is definitely an oversight and should be fixed.
Get an error when a comment is added between any statement while using the Pipe(|>) operator.
Trying to run this code in the playground produces an error