diff options
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 28d27836034..e2a22167b7e 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -867,7 +867,7 @@ pub const BUILTIN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeG cfg_fn!(rustc_attrs))), ("rustc_dump_user_substs", Whitelisted, Gated(Stability::Unstable, "rustc_attrs", - "the `#[rustc_error]` attribute \ + "this attribute \ is just used for rustc unit tests \ and will never be stable", cfg_fn!(rustc_attrs))), |
