4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
|
#!/bin/sh
|
||
|
# Hack to work around https://github.com/rust-analyzer/rust-analyzer/issues/10793.
|
||
|
exec "$(dirname "$0")"/../miri "$@"
|