mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
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 "$@"
|