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 bf6b7aa commit a20719cCopy full SHA for a20719c
README.md
@@ -105,6 +105,13 @@ You may be running `cargo miri` with a different compiler version than the one
105
used to build the custom libstd that Miri uses, and Miri failed to detect that.
106
Try deleting `~/.cache/miri`.
107
108
+#### "no mir for `std::rt::lang_start_internal`"
109
+
110
+This means the sysroot you are using was not compiled with Miri in mind. This
111
+should never happen when you use `cargo miri` because that takes care of setting
112
+up the sysroot. If you are using `miri` (the Miri driver) directly, see
113
+[below][testing-miri] for how to set up the sysroot.
114
115
## Development and Debugging
116
117
If you want to hack on miri yourself, great! Here are some resources you might
0 commit comments