diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-01-16 13:52:08 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-01-18 10:42:37 +1100 |
| commit | 99797bbd9fdb138dd59a782f156db8397d07943c (patch) | |
| tree | 628788d713a0b0a2fba7bf19acfb3828bb251764 /tests/coverage/closure_macro.rs | |
| parent | 1f9353ae2ca81b0a508e38751b0d3ab213526f56 (diff) | |
| download | rust-99797bbd9fdb138dd59a782f156db8397d07943c.tar.gz rust-99797bbd9fdb138dd59a782f156db8397d07943c.zip | |
coverage: Format all remaining tests
These tests can simply be reformatted as normal, because the resulting changes are unimportant.
Diffstat (limited to 'tests/coverage/closure_macro.rs')
| -rw-r--r-- | tests/coverage/closure_macro.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/coverage/closure_macro.rs b/tests/coverage/closure_macro.rs index 9b289141c2e..c3ef9167880 100644 --- a/tests/coverage/closure_macro.rs +++ b/tests/coverage/closure_macro.rs @@ -14,7 +14,8 @@ macro_rules! bail { macro_rules! on_error { ($value:expr, $error_message:expr) => { - $value.or_else(|e| { // FIXME(85000): no coverage in closure macros + $value.or_else(|e| { + // FIXME(85000): no coverage in closure macros let message = format!($error_message, e); if message.len() > 0 { println!("{}", message); |
