I failed to find a single a single paragraph in this article that does not contain some misconception that renders it misleading to a beginner. It's impressive really.
> Rust guarantees memory safety with a feature called ownership. Ownership works differently from a garbage collector in other languages, because it simply consists of a set of rules that the compiler needs to check at runtime.
7 comments
[ 4.4 ms ] story [ 29.5 ms ] threadAt runtime?
Runtime checks has nothing to do with GC. Bounds checking has nothing to do do with GC for example.