Skip to content

Commit 3dda461

Browse files
committed
Add rust-toolchain.toml file
This file tells cargo (and other tools, like vscode rust-analyzer plugin) to use the nightly toolchain by default. This is needed to correctly open the project in vscode with rust-analyzer. We should probably fix a nigthly version, but for now leave it as a generic `nightly`.
1 parent e47a478 commit 3dda461

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust-toolchain.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[toolchain]
2+
channel = "nightly"

0 commit comments

Comments
 (0)