Macro expect_literal

Source
macro_rules! expect_literal {
    ($state:expr) => { ... };
}