File tree 1 file changed +3
-12
lines changed
compiler/rustc_macros/src/symbols
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,7 @@ fn check_dup_keywords() {
58
58
}
59
59
Symbols { }
60
60
} ;
61
- test_symbols_macro (
62
- input,
63
- & [ "Symbol `crate` is duplicated" , "location of previous definition" ] ,
64
- ) ;
61
+ test_symbols_macro ( input, & [ "Symbol `crate` is duplicated" , "location of previous definition" ] ) ;
65
62
}
66
63
67
64
#[ test]
@@ -73,10 +70,7 @@ fn check_dup_symbol() {
73
70
splat,
74
71
}
75
72
} ;
76
- test_symbols_macro (
77
- input,
78
- & [ "Symbol `splat` is duplicated" , "location of previous definition" ] ,
79
- ) ;
73
+ test_symbols_macro ( input, & [ "Symbol `splat` is duplicated" , "location of previous definition" ] ) ;
80
74
}
81
75
82
76
#[ test]
@@ -89,10 +83,7 @@ fn check_dup_symbol_and_keyword() {
89
83
splat,
90
84
}
91
85
} ;
92
- test_symbols_macro (
93
- input,
94
- & [ "Symbol `splat` is duplicated" , "location of previous definition" ] ,
95
- ) ;
86
+ test_symbols_macro ( input, & [ "Symbol `splat` is duplicated" , "location of previous definition" ] ) ;
96
87
}
97
88
98
89
#[ test]
You can’t perform that action at this time.
0 commit comments