diff options
| author | Ivan Tham <pickfire@riseup.net> | 2020-06-28 21:47:58 +0800 |
|---|---|---|
| committer | Ivan Tham <pickfire@riseup.net> | 2020-06-28 21:48:50 +0800 |
| commit | 0e6f1093be08949b6ac4ba3d92ad4e97d0137dc5 (patch) | |
| tree | 6b7e3daf97f6a3d88fce454f1cc7f184a78d5fc4 /src/doc | |
| parent | 725918f17e9a2c1e8a0ffec658d1363681f768bd (diff) | |
| download | rust-0e6f1093be08949b6ac4ba3d92ad4e97d0137dc5.tar.gz rust-0e6f1093be08949b6ac4ba3d92ad4e97d0137dc5.zip | |
Add preamable on rustc-attrs doc discussion
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/unstable-book/src/language-features/rustc-attrs.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 01450c8fb1f..ad96aaf8281 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 |
