We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--print-sysroot
1 parent 1cf951e commit 4b42626Copy full SHA for 4b42626
src/tools/miri/cargo-miri/src/phases.rs
@@ -28,7 +28,7 @@ Examples:
28
cargo miri run
29
cargo miri test -- test-suite-filter
30
31
- cargo miri setup --print sysroot
+ cargo miri setup --print-sysroot
32
This will print the path to the generated sysroot (and nothing else) on stdout.
33
stderr will still contain progress information about how the build is doing.
34
0 commit comments