Comment on Gleam v1.17.0parentComments−packetlost3moRust has the todo!() macro but no todo type. I use todo! constantly and would probably make heavy use of a todo type as well...−0xdeafbeef3moTodo type in rust will be a never type. Eg thing which exit or panic returns−packetlost3moOh I hadn't thought about that!
Comments
Rust has the todo!() macro but no todo type. I use todo! constantly and would probably make heavy use of a todo type as well...
Todo type in rust will be a never type. Eg thing which exit or panic returns
Oh I hadn't thought about that!