From 3d657229ad28af7a4f8fe0e7346e379aa9abca5b Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 27 Jun 2020 12:42:26 -0500 Subject: [PATCH] fix file name --- src/SUMMARY.md | 2 +- src/{codegen => backend}/implicit-caller-location.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{codegen => backend}/implicit-caller-location.md (100%) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 31a2259f..4edb25d4 100644 --- a/src/SUMMARY.md +++ b/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/codegen/implicit-caller-location.md b/src/backend/implicit-caller-location.md similarity index 100% rename from src/codegen/implicit-caller-location.md rename to src/backend/implicit-caller-location.md