Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Rust standard library are not built with debug info.

The most reliable way around this is to build your own version of the compiler
and standard library, following [these instructions], and adding the following
lines to the `config.toml` file:
lines to a `bootstrap.toml` file in the repository root:
```toml
[rust]
debuginfo-level = 1
Expand Down