diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-08-23 17:37:41 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2018-08-24 13:27:38 -0400 |
| commit | ed73a3267a648cffb92f60e50aa75a6547d9955d (patch) | |
| tree | dc2399e896e9f2dd734f16955c822d03e7b1c60d /src/libsyntax | |
| parent | 5778fec665ae2660426293bcfd3b30530d22e3b5 (diff) | |
| download | rust-ed73a3267a648cffb92f60e50aa75a6547d9955d.tar.gz rust-ed73a3267a648cffb92f60e50aa75a6547d9955d.zip | |
address pnkfelix nits
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))), |
