|
|
|
|
|
by xiphias2
2238 days ago
|
|
The great thing in Rust is that variable lifetimes are defined on function boundaries. Taking that away would take away the guarantees that Rust libraries can provide. In another word it's a good thing forprogrammers that Rust doesn't allow more freedom, and requires them to restructure the code if necessary. |
|