Change Default Compiler to Nightly

Change Default Compiler to Nightly #


rustup default nightly

You can also change it per-project by adding this to rust-toolchain.toml in the root of your project:

[toolchain]
channel = "nightly"