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