about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorcg-cnu <sreenivas9alapati@gmail.com>2018-04-15 11:49:15 +0530
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-04-15 12:58:53 -0500
commit14f04d59682cb73d2574208b1dfc6073932c1468 (patch)
tree31bef4a503e6514597f2923bfefc5b2afc760e68 /src/doc/rustc-dev-guide
parent3e2dcd7f2cad07e3181c392ff4ef36f9e7e3e876 (diff)
add: note about copy from rust-forge
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-debugging.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-debugging.md b/src/doc/rustc-dev-guide/src/compiler-debugging.md
index 80cbf673562..4b445c924db 100644
--- a/src/doc/rustc-dev-guide/src/compiler-debugging.md
+++ b/src/doc/rustc-dev-guide/src/compiler-debugging.md
@@ -3,6 +3,10 @@ layout: default
 title: Debugging the Compiler
 ---
 
+**Note: This is copied from the 
+[rust-forge](https://github.com/rust-lang-nursery/rust-forge). If anything needs
+ updating, please open an issue or make a PR on the github repo.**
+
 # Debugging the compiler
 [debugging]: #debugging