summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_target/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_target/README.md')
-rw-r--r--compiler/rustc_target/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/rustc_target/README.md b/compiler/rustc_target/README.md
new file mode 100644
index 000000000..ca72a89da
--- /dev/null
+++ b/compiler/rustc_target/README.md
@@ -0,0 +1,6 @@
+`rustc_target` contains some very low-level details that are
+specific to different compilation targets and so forth.
+
+For more information about how rustc works, see the [rustc dev guide].
+
+[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/