Module rustc_span::symbol::kw

source ·
Expand description

This module contains all the defined keyword Symbols.

Given that kw is imported, use them like kw::keyword_name. For example kw::Loop or kw::Break.

Constants§