diff options
| author | Rich Kadel <richkadel@google.com> | 2020-09-09 15:13:18 -0700 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-09-09 19:01:14 -0400 |
| commit | 2aa10fa52c15ff91476f7400dd92bd16cfd0991c (patch) | |
| tree | 4a481822cc074e1624d711b9d85275c8e88e93b8 /src/doc/rustc-dev-guide | |
| parent | fc36c660b9084edf53696fab2623d127e65e6be1 (diff) | |
| download | rust-2aa10fa52c15ff91476f7400dd92bd16cfd0991c.tar.gz rust-2aa10fa52c15ff91476f7400dd92bd16cfd0991c.zip | |
broken intra-page link from spanview to graphviz
Just noticed the link was not correct. Fixed here.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/compiler-debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-debugging.md b/src/doc/rustc-dev-guide/src/compiler-debugging.md index fce579253f4..9c69b151168 100644 --- a/src/doc/rustc-dev-guide/src/compiler-debugging.md +++ b/src/doc/rustc-dev-guide/src/compiler-debugging.md @@ -263,7 +263,7 @@ $ firefox maybe_init_suffix.pdf # Or your favorite pdf viewer ## Viewing Spanview output (.html files) [viewing-spanview-output]: #viewing-spanview-output -In addition to [graphviz output](#formatting-graphviz-output), MIR debugging +In addition to [graphviz output](#formatting-graphviz-output-dot-files), MIR debugging flags include an option to generate a MIR representation called `Spanview` that uses HTML to highlight code regions in the original source code and display compiler metadata associated with each region. |
