File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,19 @@ fn does_not_work_on_miri() {
88
88
89
89
### Common Problems
90
90
91
- When using the above instructions, you may encounter a number of confusing compiler
91
+ When using the above instructions, you may encounter a number of confusing
92
92
errors.
93
93
94
+ #### "component 'miri' for target '\< target\> ' is unavailable for download for channel 'nightly'"
95
+
96
+ The latest nightly may have broken Miri. If [ this is the case] [ rust-toolstate ] , instead try to install Miri the old way with
97
+
98
+ ``` sh
99
+ cargo +nightly install --force --git https://github.com/rust-lang/miri miri
100
+ ```
101
+
102
+ [ rust-toolstate] :
103
+
94
104
#### "found possibly newer version of crate ` std ` which ` <dependency> ` depends on"
95
105
96
106
Your build directory may contain artifacts from an earlier build that have/have
You can’t perform that action at this time.
0 commit comments