Skip to content

Commit d55d047

Browse files
committed
reference cargo issue
1 parent 328ecd1 commit d55d047

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

miri

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ COMMAND="$1"
8585
shift
8686

8787
# Determine flags passed to all cargo invocations.
88+
# This is a bit more annoying that one would hope due to
89+
# <https://github.com/rust-lang/cargo/issues/6992>.
8890
case "$COMMAND" in
8991
*-debug)
9092
CARGO_INSTALL_FLAGS="--debug $CARGO_EXTRA_FLAGS"

0 commit comments

Comments
 (0)