about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-04 17:44:53 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-11-05 10:51:04 -0700
commit11251e59b9133f2d226c7bbc8a59a80b53edb0a7 (patch)
treeb4a46951a90158d2f4628e6a81954ab672f2d06b /src/libsyntax
parente126f3c6c699d7ca58a1be94bb9af4292a83436d (diff)
downloadrust-11251e59b9133f2d226c7bbc8a59a80b53edb0a7.tar.gz
rust-11251e59b9133f2d226c7bbc8a59a80b53edb0a7.zip
Fix tests from the rollup
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index f29f9ec4e4f..ba162087151 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -722,7 +722,7 @@ pub const KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeGat
     ("windows_subsystem", Whitelisted, Gated(Stability::Unstable,
                                              "windows_subsystem",
                                              "the windows subsystem attribute \
-                                              id currently unstable",
+                                              is currently unstable",
                                              cfg_fn!(windows_subsystem))),
 
     // Crate level attributes