Commit Graph

7 Commits

Author SHA1 Message Date
Slanterns fbc56dfac1 Stabilize Literal::c_string 2024-04-04 05:04:27 +08:00
Slanterns 61ac7812c6 Stabilize Literal::byte_character 2024-04-04 05:00:49 +08:00
许杰友 Jieyou Xu (Joe) ec2cc761bc [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
novafacing ee007ab187 proc_macro_c_str_literals: Implement Literal::c_string constructor 2024-01-16 13:27:58 -08:00
Emil Gardström 74f5261345 implement Literal::byte_character
without this, the only way to create a `LitKind::Byte` is by
doing `"b'a'".parse::<Literal>()`, this solves that by enabling
`Literal::byte_character(b'a')`
2023-09-23 23:29:47 +02:00
Jacob Pratt 8dc3b8559c Fix tests 2023-06-20 19:40:26 -04:00
Albert Larsan cf2dff2b1e Move /src/test to /tests 2023-01-11 09:32:08 +00:00