We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc52de8 commit 1753fa4Copy full SHA for 1753fa4
ci/script.sh
@@ -16,7 +16,8 @@ main() {
16
cargo rustc -- --emit=obj
17
18
# check that the output is an empty binary
19
- diff app.size \
+ # NOTE(-b) ignore change in whitespace
20
+ diff -b app.size \
21
<(cargo size --bin app)
22
23
# check presence of the `rust_begin_unwind` symbol
0 commit comments