rust-toolchain.toml 244 B
Newer Older
# This file corresponds to the `rust-toolchain` file used for the `dylint` examples here:
# https://github.com/trailofbits/dylint/tree/master/examples.

[toolchain]
channel = "nightly-2022-03-14"
components = ["llvm-tools-preview", "rustc-dev"]