Skip to content

Commit 0dfacf4

Browse files
committed
Rust: add test rust-toolchain.toml after fixing .gitignore
1 parent 565d607 commit 0dfacf4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

rust/ql/test/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ target/
22

33
# these are all generated, see `rust/extractor/src/qltest.rs` for details
44
Cargo.toml
5-
rust-toolchain.toml
5+
/*/**/rust-toolchain.toml
66
lib.rs
77
.proc_macro/
88
.lib/

rust/ql/test/rust-toolchain.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file specifies the Rust version used to test the rust extractor.
2+
# IMPORTANT: this can also have an impact on QL test results
3+
4+
[toolchain]
5+
channel = "1.86"
6+
profile = "minimal"
7+
components = [ "rust-src" ]

0 commit comments

Comments
 (0)