Skip to content

Commit b3f6c71

Browse files
author
The Miri Cronjob Bot
committed
Merge from rustc
2 parents bd9ba0b + 89ebba9 commit b3f6c71

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c31cccb7b5cc098b1a8c1794ed38d7fdbec0ccb0
1+
14346303d760027e53214e705109a62c0f00b214

src/git.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ The most common cause is that you rebased after a change and ran `git add .` wit
142142
`x` to update the submodules. Alternatively, you might have run `cargo fmt` instead of `x fmt`
143143
and modified files in a submodule, then committed the changes.
144144

145-
To fix it, do the following things:
145+
To fix it, do the following things (if you changed a submodule other than cargo,
146+
replace `src/tools/cargo` with the path to that submodule):
146147

147148
1. See which commit has the accidental changes: `git log --stat -n1 src/tools/cargo`
148149
2. Revert the changes to that commit: `git checkout <my-commit>~ src/tools/cargo`. Type `~`

src/tests/compiletest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ default behavior without any commands is to:
115115
2. Run `rustc -Zunpretty=normal` on the output of the previous step.
116116
3. The output of the previous two steps should be the same.
117117
4. Run `rustc -Zno-codegen` on the output to make sure that it can type check
118-
(this is similar to running `cargo check`).
118+
(similar to `cargo check`).
119119

120120
If any of the commands above fail, then the test fails.
121121

src/tests/directives.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ settings:
202202
`//@ needs-crate-type: cdylib, proc-macro` will cause the test to be ignored
203203
on `wasm32-unknown-unknown` target because the target does not support the
204204
`proc-macro` crate type.
205+
- `needs-target-std` — ignores if target platform does not have std support.
205206

206207
The following directives will check LLVM support:
207208

0 commit comments

Comments
 (0)