diff options
| author | bors <bors@rust-lang.org> | 2015-04-15 16:19:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-04-15 16:19:00 +0000 |
| commit | ce27d024ff16d297ce5e5bfb7cce11810e9c9b5e (patch) | |
| tree | aeef95dd4fc97ad51fa445dbbfefec6a2125779a /src/libsyntax | |
| parent | a691f1eefea586f154700be6ee1b991158f82b7f (diff) | |
| parent | 4f3d400b3d117d2c9088c7b9d0a7c0a16c908ca6 (diff) | |
| download | rust-ce27d024ff16d297ce5e5bfb7cce11810e9c9b5e.tar.gz rust-ce27d024ff16d297ce5e5bfb7cce11810e9c9b5e.zip | |
Auto merge of #24436 - fhahn:fix-small-typo, r=steveklabnik
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 a6f8a718b33..659eb343232 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -399,7 +399,7 @@ impl<'a> Context<'a> { } else { self.gate_feature("custom_attribute", attr.span, &format!("The attribute `{}` is currently \ - unknown to the the compiler and \ + unknown to the compiler and \ may have meaning \ added to it in the future", name)); |
