From 0c2cf07d6e37a0e957e731453916445140673002 Mon Sep 17 00:00:00 2001 From: varkor Date: Sun, 5 Jan 2020 00:17:46 +0000 Subject: Add backticks to various diagnostics --- src/libsyntax/feature_gate/check.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/feature_gate/check.rs b/src/libsyntax/feature_gate/check.rs index 50712058874..0e94a722777 100644 --- a/src/libsyntax/feature_gate/check.rs +++ b/src/libsyntax/feature_gate/check.rs @@ -387,8 +387,8 @@ impl<'a> Visitor<'a> for PostExpansionVisitor<'a> { &self, start, i.span, - "a `#[start]` function is an experimental \ - feature whose signature may change \ + "`#[start]` functions are experimental \ + and their signature may change \ over time" ); } -- cgit 1.4.1-3-g733a5