hygiene: Rename semi-transparent to semi-opaque
The former is just too long, see the examples in `hygiene.rs`
This commit is contained in:
parent
10a76d6347
commit
54bb849aff
11 changed files with 48 additions and 48 deletions
|
@ -752,7 +752,7 @@ pub static BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
|
|||
),
|
||||
rustc_attr!(
|
||||
rustc_macro_transparency, Normal,
|
||||
template!(NameValueStr: "transparent|semitransparent|opaque"), ErrorFollowing,
|
||||
template!(NameValueStr: "transparent|semiopaque|opaque"), ErrorFollowing,
|
||||
EncodeCrossCrate::Yes, "used internally for testing macro hygiene",
|
||||
),
|
||||
rustc_attr!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue