5 ms·
Most importantly: Null pointers still exist (yes I know they technically exist in unsafe Rust, to head off any pedants) Also: No `?` operator
by sushisource 2y ago
Most importantly: Null pointers still exist (yes I know they technically exist in unsafe Rust, to head off any pedants)
Also: No `?` operator
- jdknezek 2y agoThere is a `?` operator: https://github.com/borgo-lang/borgo?tab=readme-ov-file#error-handling-with--operator https://github.com/borgo-lang/borgo?tab=readme-ov-file#error...
- sushisource 2y agoOh! Cool somehow I missed that
- skitter 2y agoPedants would say that null pointers exist in safe Rust too.