There was an error while loading. Please reload this page.
1 parent 808ef15 commit c2d9383Copy full SHA for c2d9383
2 files changed
unified/extractor/build.rs
@@ -1,4 +1,6 @@
1
fn main() {
2
+ println!("cargo:rustc-check-cfg=cfg(bazel)");
3
+
4
if let Ok(dir) = std::env::var("DEP_SWIFTSYNTAXFFI_LIBDIR") {
5
println!("cargo:rustc-link-search=native={dir}");
6
println!("cargo:rustc-link-lib=dylib=SwiftSyntaxFFI");
unified/extractor/tests/corpus_tests.rs
@@ -114,7 +114,6 @@ fn corpus_dir() -> std::path::PathBuf {
114
std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("tests/corpus")
115
}
116
117
-
118
#[test]
119
fn test_corpus() {
120
let update_mode = update_mode_enabled();
0 commit comments