From eb0d56f8c50181a2597745ba4dc0c87b731f163c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 24 Jun 2011 19:31:21 -0700 Subject: [PATCH] Add a FIXME to the docs about literal suffixes --- doc/rust.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/rust.texi b/doc/rust.texi index d208176e330..3e3fae0afc2 100644 --- a/doc/rust.texi +++ b/doc/rust.texi @@ -779,6 +779,9 @@ binary and interchange floating-point formats, as defined in the IEEE @cindex Binary token @cindex Floating-point token +@c FIXME: This discussion isn't quite right since 'f' and 'i' can be used as +@c suffixes + A @dfn{number literal} is either an @emph{integer literal} or a @emph{floating-point literal}.