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.
1 parent 71e0e59 commit 3bdf2bcCopy full SHA for 3bdf2bc
README.md
@@ -113,7 +113,7 @@ error: unsupported operation: can't call foreign function: bind
113
114
### Cross-interpretation: running for different targets
115
116
-Miri cannot just run a binary or test suite for your host target, it can also
+Miri can not only run a binary or test suite for your host target, it can also
117
perform cross-interpretation for arbitrary foreign targets: `cargo miri run
118
--target x86_64-unknown-linux-gnu` will run your program as if it was a Linux
119
program, no matter your host OS. This is particularly useful if you are using
0 commit comments