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 7f3a298 commit a358590Copy full SHA for a358590
miri
@@ -33,8 +33,8 @@ find_sysroot() {
33
export XARGO_RUST_SRC="$SYSROOT/../../../src"
34
build_sysroot --target "$MIRI_TEST_TARGET"
35
else
36
- # Assume we have a proper host libstd in $SYSROOT.
37
- true
+ # Assume we have a proper host libstd in $SYSROOT.
+ true
38
fi
39
40
# We have to build a sysroot either way.
0 commit comments