Module rustc_ap_rustc_span::symbol::kw[][src]

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