4 lines
129 B
Plaintext
Raw Normal View History

2021-11-25 17:35:14 -05:00
#!/bin/sh
# Hack to work around https://github.com/rust-analyzer/rust-analyzer/issues/10793.
exec "$(dirname "$0")"/../miri "$@"