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