diff options
| author | varkor <github@varkor.com> | 2020-01-05 00:17:46 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-01-05 00:17:46 +0000 |
| commit | 0c2cf07d6e37a0e957e731453916445140673002 (patch) | |
| tree | ff65b6e70dd65c754bd36ea142db7568fdf7abb5 /src/libsyntax | |
| parent | 760ce94c69ca510d44087291c311296f6d9ccdf5 (diff) | |
| download | rust-0c2cf07d6e37a0e957e731453916445140673002.tar.gz rust-0c2cf07d6e37a0e957e731453916445140673002.zip | |
Add backticks to various diagnostics
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate/check.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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" ); } |
