Rust Setup Guide

Prerequisites

Installation

To set up the nightly toolchain with rustc-codegen-cranelift-preview, run the following commands:

rustup default nightly
rustup component add rustc-codegen-cranelift-preview --toolchain nightly