Skip to content

Commit d910410

Browse files
committed
reflow
1 parent d3df4b6 commit d910410

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

src/compiler-debugging.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ If this is not desirable, you can prevent the ICE file from being created with `
5555

5656
When you have an ICE (panic in the compiler), you can set
5757
`RUST_BACKTRACE=1` to get the stack trace of the `panic!` like in normal Rust programs.
58-
IIRC backtraces **don't work** on MinGW,
59-
sorry.
58+
IIRC backtraces **don't work** on MinGW, sorry.
6059
If you have trouble or the backtraces are full of `unknown`,
6160
you might want to find some way to use Linux, Mac, or MSVC on Windows.
6261

src/tests/compiletest.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,7 @@ the debugger currently being used:
277277
gdb is in a range (inclusive)
278278
- `min-lldb-version: 310` — ignores the test if the version of lldb is below the given version
279279
- `rust-lldb` — ignores the test if lldb is not contain the Rust plugin.
280-
NOTE: The "Rust" version of LLDB doesn't exist anymore, so this will always be
281-
ignored.
280+
NOTE: The "Rust" version of LLDB doesn't exist anymore, so this will always be ignored.
282281
This should probably be removed.
283282

284283
By passing the `--debugger` option to compiletest, you can specify a single debugger to run tests with.

src/tracing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ RUSTC_LOG=[typeck]
7474
The query arguments are included as a tracing field which means that you can
7575
filter on the debug display of the arguments.
7676
For example, the `typeck` query has an argument `key: LocalDefId` of what is being checked.
77-
You can use a regex to match on that `LocalDefId` to log type checking for a specific
78-
function:
77+
You can use a regex to match on that `LocalDefId` to log type checking for a specific function:
7978

8079
```
8180
RUSTC_LOG=[typeck{key=.*name_of_item.*}]

0 commit comments

Comments
 (0)