Module rustc_span::symbol::kw
source · Expand description
This module contains all the defined keyword Symbol
s.
Given that kw
is imported, use them like kw::keyword_name
.
For example kw::Loop
or kw::Break
.
This module contains all the defined keyword Symbol
s.
Given that kw
is imported, use them like kw::keyword_name
.
For example kw::Loop
or kw::Break
.