Make SymbolIndex private
This commit is contained in:
parent
4e0ee2a1ba
commit
df727490b6
@ -1616,7 +1616,7 @@ impl fmt::Display for MacroRulesNormalizedIdent {
|
|||||||
pub struct Symbol(SymbolIndex);
|
pub struct Symbol(SymbolIndex);
|
||||||
|
|
||||||
rustc_index::newtype_index! {
|
rustc_index::newtype_index! {
|
||||||
pub struct SymbolIndex { .. }
|
struct SymbolIndex { .. }
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Symbol {
|
impl Symbol {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user