Skip to content

Commit 117443e

Browse files
committed
Appease tidy
1 parent 3de9b8a commit 117443e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/ui/resolve/impl-items-vis-unresolved.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ mod state {
1818
pub struct RawFloatState;
1919
impl RawFloatState {
2020
perftools_inline! {
21-
pub(super) fn new() {} //~ ERROR failed to resolve: there are too many leading `super` keywords
21+
pub(super) fn new() {}
22+
//~^ ERROR failed to resolve: there are too many leading `super` keywords
2223
}
2324
}
2425

0 commit comments

Comments
 (0)