diff options
| author | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-01-12 16:41:45 -0500 |
|---|---|---|
| committer | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-01-15 13:36:52 -0500 |
| commit | 90fcd4476c6346fad0aa4a952da0ebec39ff9d4e (patch) | |
| tree | 2b0d10ec7033eb3c12fcd73835c982c77bad5c73 /src/libsyntax | |
| parent | c698496f8489e471024c60b3b4abc3c405ce7280 (diff) | |
| download | rust-90fcd4476c6346fad0aa4a952da0ebec39ff9d4e.tar.gz rust-90fcd4476c6346fad0aa4a952da0ebec39ff9d4e.zip | |
Reexport -> re-export in error messages
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 196fadcc997..fb0ef2ea730 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -1479,7 +1479,7 @@ impl<'a> Visitor<'a> for PostExpansionVisitor<'a> { ast::ItemKind::ExternCrate(_) => { if let Some(attr) = attr::find_by_name(&i.attrs[..], "macro_reexport") { gate_feature_post!(&self, macro_reexport, attr.span, - "macros reexports are experimental \ + "macros re-exports are experimental \ and possibly buggy"); } } |
