Constant syntax::parse::lexer::unicode_chars::ASCII_ARRAY[][src]

const ASCII_ARRAY: &'static [(char, &'static str)] = &[(' ', "Space"), ('_', "Underscore"), ('-', "Minus/Hyphen"), (',', "Comma"),
  (';', "Semicolon"), (':', "Colon"), ('!', "Exclamation Mark"),
  ('?', "Question Mark"), ('.', "Period"), ('\'', "Single Quote"),
  ('\"', "Quotation Mark"), ('(', "Left Parenthesis"),
  (')', "Right Parenthesis"), ('[', "Left Square Bracket"),
  (']', "Right Square Bracket"), ('{', "Left Curly Brace"),
  ('}', "Right Curly Brace"), ('*', "Asterisk"), ('/', "Slash"),
  ('\\', "Backslash"), ('&', "Ampersand"), ('+', "Plus Sign"),
  ('<', "Less-Than Sign"), ('=', "Equals Sign"), ('>', "Greater-Than Sign")]
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?