rust/cargo-miri/miri

5 lines
221 B
Plaintext
Raw Normal View History

2021-11-25 16:35:14 -06:00
#!/bin/sh
2022-08-19 07:01:38 -05:00
# RA invokes `./miri cargo ...` for each workspace, so we need to forward that to the main `miri`
# script. See <https://github.com/rust-analyzer/rust-analyzer/issues/10793>.
2021-11-25 16:35:14 -06:00
exec "$(dirname "$0")"/../miri "$@"