From b671bdc381c8d4b870e408ae83b281ec3ede855f Mon Sep 17 00:00:00 2001 From: David Wood Date: Thu, 19 Jul 2018 17:03:17 +0100 Subject: Updated FRU terminology. --- src/librustdoc/html/render.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs index 78cf7457187..9ae92d06dbd 100644 --- a/src/librustdoc/html/render.rs +++ b/src/librustdoc/html/render.rs @@ -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 Struct {{ .. }} syntax; cannot be \ matched against without a wildcard ..; 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 \ -- cgit 1.4.1-3-g733a5