]> git.lizzy.rs Git - rust.git/commitdiff
Updated FRU terminology.
authorDavid Wood <david@davidtw.co>
Thu, 19 Jul 2018 16:03:17 +0000 (17:03 +0100)
committerDavid Wood <david@davidtw.co>
Thu, 19 Jul 2018 16:03:17 +0000 (17:03 +0100)
src/librustdoc/html/render.rs

index 78cf74571870590414e45f24187a9347dc31c0f7..9ae92d06dbd76d8a41becff2df955c0402d85e2c 100644 (file)
@@ -2277,7 +2277,7 @@ fn document_non_exhaustive(w: &mut fmt::Formatter, item: &clean::Item) -> fmt::R
                        Therefore, non-exhaustive structs cannot be constructed in external crates \
                        using the traditional <code>Struct {{ .. }}</code> syntax; cannot be \
                        matched against without a wildcard <code>..</code>; and \
-                       functional-record-updates do not work.")?;
+                       struct update syntax will not work.")?;
         } else if item.is_enum() {
             write!(w, "Non-exhaustive enums could have additional variants added in future. \
                        Therefore, when matching against variants of non-exhaustive enums, an \