We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20887b0 commit 15277e7Copy full SHA for 15277e7
testcrate/build.rs
@@ -1,7 +1,7 @@
1
use std::collections::HashSet;
2
3
mod builtins_configure {
4
- include!("../configure.rs");
+ include!("../compiler-builtins/configure.rs");
5
}
6
7
/// Features to enable
0 commit comments