We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb2fde commit e887ac8Copy full SHA for e887ac8
rust-toolchain.toml
@@ -1,3 +1,5 @@
1
[toolchain]
2
-channel = "1.92.0"
+channel = "1.92.0"
3
+# rust-src is required for consistently generating test snapshots with
4
+# `trybuild` that contain snippets of code from the standard library.
5
components = ["cargo", "rust-src"]
0 commit comments