mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Fix whitespaces
This commit is contained in:
@@ -1854,7 +1854,7 @@ fn test_expand_bad_literal() {
|
||||
fn test_empty_comments() {
|
||||
parse_macro(
|
||||
r#"
|
||||
macro_rules! one_arg_macro { ($fmt:expr) => (); }
|
||||
macro_rules! one_arg_macro { ($fmt:expr) => (); }
|
||||
"#,
|
||||
)
|
||||
.assert_expand_err(
|
||||
|
||||
Reference in New Issue
Block a user