diff options
| author | Yuri Astrakhan <YuriAstrakhan@gmail.com> | 2024-08-02 12:16:52 -0400 |
|---|---|---|
| committer | Yuri Astrakhan <YuriAstrakhan@gmail.com> | 2024-08-02 13:22:28 -0400 |
| commit | 84e261e5cb47f637b1d94f03fc65b80c8f45add4 (patch) | |
| tree | 02a454e33ae0bcaab9f1da9c112e1c5af2c328dc /compiler/rustc_query_system/src/query/job.rs | |
| parent | 53676730146e38e4697b6204c2ee61a9fd6b7e51 (diff) | |
| download | rust-84e261e5cb47f637b1d94f03fc65b80c8f45add4.tar.gz rust-84e261e5cb47f637b1d94f03fc65b80c8f45add4.zip | |
chore: use shorthand initializer
Diffstat (limited to 'compiler/rustc_query_system/src/query/job.rs')
| -rw-r--r-- | compiler/rustc_query_system/src/query/job.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/query/job.rs b/compiler/rustc_query_system/src/query/job.rs index 761d6acdbae..ca3efc11201 100644 --- a/compiler/rustc_query_system/src/query/job.rs +++ b/compiler/rustc_query_system/src/query/job.rs @@ -588,7 +588,7 @@ pub fn report_cycle<'a>( cycle_stack, stack_bottom: stack[0].query.description.to_owned(), alias, - cycle_usage: cycle_usage, + cycle_usage, stack_count, note_span: (), }; |
