Skip to content

Commit 9a9c9af

Browse files
committed
Fix whitespace
1 parent 5adfe5b commit 9a9c9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/issue-7092.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn foo(x: Whatever) {
1818
//~| expected type `Whatever`
1919
//~| found type `std::option::Option<_>`
2020
//~| expected enum `Whatever`, found enum `std::option::Option`
21-
field.access(),
21+
field.access(),
2222
}
2323
}
2424

0 commit comments

Comments
 (0)