about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authormark <markm@cs.wisc.edu>2020-06-27 12:42:26 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-06-30 16:04:28 -0500
commit29d58844e570236955f6bda9c455aa8d58141b3c (patch)
tree1e39ec97255f2fa73e4f212da3aee13fe8e2cc6d /src/doc/rustc-dev-guide
parent92f89b8b220f6ebda11ed9d03afb946801a1acf1 (diff)
downloadrust-29d58844e570236955f6bda9c455aa8d58141b3c.tar.gz
rust-29d58844e570236955f6bda9c455aa8d58141b3c.zip
fix file name
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md2
-rw-r--r--src/doc/rustc-dev-guide/src/backend/implicit-caller-location.md (renamed from src/doc/rustc-dev-guide/src/codegen/implicit-caller-location.md)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index 31a2259f9b9..4edb25d428d 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -137,7 +137,7 @@
     - [Updating LLVM](./backend/updating-llvm.md)
     - [Debugging LLVM](./backend/debugging.md)
     - [Backend Agnostic Codegen](./backend/backend-agnostic.md)
-    - [Implicit Caller Location](./codegen/implicit-caller-location.md)
+    - [Implicit Caller Location](./backend/implicit-caller-location.md)
 - [Profile-guided Optimization](./profile-guided-optimization.md)
 - [Sanitizers Support](./sanitizers.md)
 - [Debugging Support in Rust Compiler](./debugging-support-in-rustc.md)
diff --git a/src/doc/rustc-dev-guide/src/codegen/implicit-caller-location.md b/src/doc/rustc-dev-guide/src/backend/implicit-caller-location.md
index c6dc89f650a..c6dc89f650a 100644
--- a/src/doc/rustc-dev-guide/src/codegen/implicit-caller-location.md
+++ b/src/doc/rustc-dev-guide/src/backend/implicit-caller-location.md