diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-01-05 22:44:33 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-05 22:44:33 +0530 |
| commit | 10a12c539aed35a39372ebd7a88039922a306822 (patch) | |
| tree | 688d96fbe495e845e96b4e87fc536241e197c9c3 /src/libsyntax | |
| parent | eae08b25a6da51eac515a270c4216324901057a6 (diff) | |
| parent | 0c2cf07d6e37a0e957e731453916445140673002 (diff) | |
| download | rust-10a12c539aed35a39372ebd7a88039922a306822.tar.gz rust-10a12c539aed35a39372ebd7a88039922a306822.zip | |
Rollup merge of #67881 - varkor:scattering-of-backticks, r=Centril
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" ); } |
