Rollup merge of #22270 - steveklabnik:gh22152, r=huonw

Fixes #22152
This commit is contained in:
Manish Goregaokar 2015-02-23 14:43:38 +05:30
commit 46a545100a

View File

@ -515,6 +515,9 @@ This last example is different because it is not possible to use the suffix
syntax with a floating point literal ending in a period. `2.f64` would attempt
to call a method named `f64` on `2`.
The representation semantics of floating-point numbers are described in
["Machine Types"](#machine-types).
#### Boolean literals
The two values of the boolean type are written `true` and `false`.