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.
rust-toolchain.toml
.gitignore
1 parent 565d607 commit 0dfacf4Copy full SHA for 0dfacf4
rust/ql/test/.gitignore
@@ -2,7 +2,7 @@ target/
2
3
# these are all generated, see `rust/extractor/src/qltest.rs` for details
4
Cargo.toml
5
-rust-toolchain.toml
+/*/**/rust-toolchain.toml
6
lib.rs
7
.proc_macro/
8
.lib/
rust/ql/test/rust-toolchain.toml
@@ -0,0 +1,7 @@
1
+# This file specifies the Rust version used to test the rust extractor.
+# IMPORTANT: this can also have an impact on QL test results
+
+[toolchain]
+channel = "1.86"
+profile = "minimal"
+components = [ "rust-src" ]
0 commit comments