mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Stringify literals create client-side properly
This commit is contained in:
parent
36d825fd5d
commit
9cf99a9c71
2 changed files with 51 additions and 11 deletions
|
@ -77,7 +77,6 @@ fn test_fn_like_mk_literals() {
|
|||
LITERAL b"byte_string" 4294967295
|
||||
LITERAL 'c' 4294967295
|
||||
LITERAL "string" 4294967295
|
||||
LITERAL "maybe \"raw\"?" 4294967295
|
||||
LITERAL 3.14f64 4294967295
|
||||
LITERAL 3.14 4294967295
|
||||
LITERAL 123i64 4294967295
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue