|
|
|
|
|
by jhasse
3066 days ago
|
|
> pointer lifetime issues don't exist any less in C++, the only difference is the compiler doesn't help you with them. There's also the case though where the Rust compiler isn't helping you, but is just wrong. Must of them are going to be fixed by non-lexical lifetimes soon though. |
|
Bugs aside, compilers are not wrong, they may be too limited for what you're trying to do. Which is a different situation.