We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e90e2 commit 20887b0Copy full SHA for 20887b0
Cargo.toml
@@ -1,3 +1,6 @@
1
[workspace]
2
-members = ["compiler-builtins"]
+members = [
3
+ "compiler-builtins",
4
+ "testcrate",
5
+]
6
resolver = "3"
testcrate/Cargo.toml
@@ -18,7 +18,7 @@ rand_xoshiro = "0.6"
18
rustc_apfloat = "0.2.1"
19
20
[dependencies.compiler_builtins]
21
-path = ".."
+path = "../compiler-builtins"
22
default-features = false
23
features = ["public-test-deps"]
24
0 commit comments