Skip to content

Commit d836872

Browse files
committed
Update for upcoming markdown changes.
1 parent 9115025 commit d836872

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

src/borrow_check/drop_check.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ a type is contained in a larger local. **This is inconsistent, and
146146
should be fixed: an example [for
147147
arrays](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=8b5f5f005a03971b22edb1c20c5e6cbe)
148148
and [for
149-
`PhantomData`](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=44c6e2b1fae826329fd54c347603b6c8).**[^core]
149+
`PhantomData`](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=44c6e2b1fae826329fd54c347603b6c8).**
150150

151151
One possible way these inconsistencies can be fixed is by MIR building
152152
to be more pessimistic, probably by making `Ty::needs_drop` weaker, or

src/building/bootstrapping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Building rustdoc for stage1 (x86_64-unknown-linux-gnu)
429429
These steps use the provided (downloaded, usually) compiler to compile the
430430
local Rust source into libraries we can use.
431431

432-
### Copying stage0 {std,rustc}
432+
### Copying stage0 \{std,rustc\}
433433

434434
This copies the library and compiler artifacts from Cargo into
435435
`stage0-sysroot/lib/rustlib/{target-triple}/lib`

src/llvm-coverage-instrumentation.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,9 @@ properly-configured variables in LLVM IR, according to very specific
247247
details of the [_LLVM Coverage Mapping Format_][coverage-mapping-format]
248248
(Version 6).[^llvm-and-covmap-versions]
249249

250-
[^llvm-and-covmap-versions]:
251-
The Rust compiler (as of <!-- date-check: --> Jul 2023) supports _LLVM Coverage Mapping Format_ 6.
252-
The Rust compiler will automatically use the most up-to-date coverage mapping format
253-
version that is compatible with the compiler's built-in version of LLVM.
250+
[^llvm-and-covmap-versions]: The Rust compiler (as of <!-- date-check: --> Jul 2023) supports _LLVM Coverage Mapping Format_ 6.
251+
The Rust compiler will automatically use the most up-to-date coverage mapping format
252+
version that is compatible with the compiler's built-in version of LLVM.
254253

255254
```rust
256255
pub fn finalize<'ll, 'tcx>(cx: &CodegenCx<'ll, 'tcx>) {

0 commit comments

Comments
 (0)