Rust Introduction An introductory quiz for the Rust langauge Beginner Set as Assignment Welcome to the Rust introductory quizMemory SafetyQ1/2What method does Rust use to enforce memory safety?Garbage CollectionReference CountingBorrow CheckingQ2/2What is the output of the following code?ErrorHello There Mark