diff --git a/articles/rust6.html b/articles/rust6.html index 59e33bd1f..4dee00932 100644 --- a/articles/rust6.html +++ b/articles/rust6.html @@ -529,6 +529,7 @@ $ make
Can we auto-close the File Descriptor when it goes out of scope? Probably, if we do Managed File Descriptors. But that’s way beyond the size, scope and scale of GSoC.
+Earlier we said that our Rust Blinky App might someday fail to build or execute correctly. That’s why we…