5 lines
221 B
Plaintext
Raw Normal View History

2021-11-25 17:35:14 -05:00
#!/bin/sh
2022-08-19 08:01:38 -04: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 17:35:14 -05:00
exec "$(dirname "$0")"/../miri "$@"