Skip to content

Commit b5a4697

Browse files
committed
fixup
1 parent eafe82f commit b5a4697

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ for rlib in "${rlib_paths[@]}"; do
173173
done
174174

175175

176-
cargo run -p symbol-check -- check-core-syms"${rlib_paths[@]}"
176+
cargo run -p symbol-check -- check-core-syms "${rlib_paths[@]}"
177177

178178
true

crates/symbol-check/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! Tool used by CI to inspect compiler-builtins archives and help ensure we won't run into any
2+
//! linking errors.
3+
14
use object::read::archive::{ArchiveFile, ArchiveMember};
25
use object::{Object, ObjectSymbol, Symbol, SymbolKind, SymbolScope, SymbolSection};
36
use std::collections::{BTreeMap, BTreeSet};

0 commit comments

Comments
 (0)