Lines Matching defs:Lit
429 Expr::Lit(v0) => v0.debug(formatter, "Lit"),
1888 impl Debug for Lit {
1890 formatter.write_str("Lit::")?;
1892 Lit::Str(v0) => v0.debug(formatter, "Str"),
1893 Lit::ByteStr(v0) => v0.debug(formatter, "ByteStr"),
1894 Lit::Byte(v0) => v0.debug(formatter, "Byte"),
1895 Lit::Char(v0) => v0.debug(formatter, "Char"),
1896 Lit::Int(v0) => v0.debug(formatter, "Int"),
1897 Lit::Float(v0) => v0.debug(formatter, "Float"),
1898 Lit::Bool(v0) => v0.debug(formatter, "Bool"),
1899 Lit::Verbatim(v0) => {
2059 Pat::Lit(v0) => v0.debug(formatter, "Lit"),