Rust Error Messages to Standard Error

# Introduction Welcome to **Writing Error Messages to Standard Error Instead of Standard Output**. This lab is a part of the [Rust Book](https://doc.rust-lang.org/book/). You can practice your Rust skills in LabEx. In this lab, we need to modify our code so that error messages are written to standard error (`stderr`) instead of standard output (`stdout`).

|60 : 00

Click the virtual machine below to start practicing