From 7d1979d0241ff6a48d8341fa2f37de38259fc1d5 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 18 Jun 2011 17:18:43 -0700 Subject: [PATCH] Add FIXMEs to meta documentation Issue #487 --- doc/rust.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/rust.texi b/doc/rust.texi index 30f69d1778d..e71c74fea42 100644 --- a/doc/rust.texi +++ b/doc/rust.texi @@ -667,7 +667,6 @@ The keywords are: @multitable @columnfractions .15 .15 .15 .15 .15 @item @code{use} -@tab @code{meta} @tab @code{syntax} @tab @code{mutable} @tab @code{native} @@ -1180,6 +1179,9 @@ mod bar @{ @subsection Ref.Comp.Meta @cindex Metadata, in crates +FIXME: This section is out of date. The @code{meta} keyword has been replaced +by general crate/item attributes. + In a crate, a @code{meta} directive associates free form key-value metadata with the crate. This metadata can, in turn, be used in providing partial matching parameters to syntax-extension loading and crate importing