ide: insert whitespaces surrounding _ in macro expansion

This commit is contained in:
andylizi 2022-05-24 07:35:47 +08:00
parent 81805d4cfc
commit ebf8b1a96e
No known key found for this signature in database
GPG key ID: BFBFA8C85929F0E8
2 changed files with 3 additions and 3 deletions

View file

@ -385,7 +385,7 @@ fn main() {
"#,
expect![[r#"
foo
0 "#]],
0"#]],
);
}