Skip to content

Commit fd6ed0d

Browse files
authored
Update for upcoming markdown changes. (rust-lang#1880)
1 parent 9115025 commit fd6ed0d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/borrow_check/drop_check.md

+2
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,5 @@ 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
153153
alternatively, changing `dropck_outlives` to be more precise, requiring
154154
fewer regions to be live.
155+
156+
[^core]: This is the core assumption of [#110288](https://github.com/rust-lang/rust/issues/110288) and [RFC 3417](https://github.com/rust-lang/rfcs/pull/3417).

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)