Hacker News new | ask | show | jobs
by eximius 778 days ago
No traits, const generics, probably no turbofish equivalent for when inference struggles.
1 comments

Most importantly: Null pointers still exist (yes I know they technically exist in unsafe Rust, to head off any pedants)

Also: No `?` operator

Oh! Cool somehow I missed that
Pedants would say that null pointers exist in safe Rust too.