Module blog::daily_rfcs::keywords::_0026_remove_priv
source · [−]Expand description
Remove priv
keyword from rust-lang
Note
- This RFC demotes the identifier priv from being a keyword to being a reserved keyword.
- RFC also forbids visibility qualifiers in front of enum variants entirely, as they no longer serve any purpose.