From 0e6f1093be08949b6ac4ba3d92ad4e97d0137dc5 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sun, 28 Jun 2020 21:47:58 +0800 Subject: [PATCH] Add preamable on rustc-attrs doc discussion --- src/doc/unstable-book/src/language-features/rustc-attrs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/unstable-book/src/language-features/rustc-attrs.md b/src/doc/unstable-book/src/language-features/rustc-attrs.md index 01450c8fb1f9..ad96aaf8281d 100644 --- a/src/doc/unstable-book/src/language-features/rustc-attrs.md +++ b/src/doc/unstable-book/src/language-features/rustc-attrs.md @@ -3,6 +3,9 @@ This feature has no tracking issue, and is therefore internal to the compiler, not being intended for general use. +Note: `rustc_attrs` enables many rustc-internal attributes and this page +only discuss a few of them. + ------------------------ The `rustc_attrs` feature allows debugging rustc type layouts by using