diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-07-25 23:17:39 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2023-07-25 23:20:28 +0200 |
| commit | c64ef5e070ee7ae7fb73de2bec06fb7498a9af83 (patch) | |
| tree | c07f2178069538d7ae7a7a1349ccf6627bdc840e /compiler/rustc_ty_utils | |
| parent | 8327047b23dc1eb150fdfb42177939388661eb6d (diff) | |
| download | rust-c64ef5e070ee7ae7fb73de2bec06fb7498a9af83.tar.gz rust-c64ef5e070ee7ae7fb73de2bec06fb7498a9af83.zip | |
inline format!() args from rustc_codegen_llvm to the end (4)
r? @WaffleLapkin
Diffstat (limited to 'compiler/rustc_ty_utils')
| -rw-r--r-- | compiler/rustc_ty_utils/src/needs_drop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_ty_utils/src/needs_drop.rs b/compiler/rustc_ty_utils/src/needs_drop.rs index e173bba49be..f89558a4599 100644 --- a/compiler/rustc_ty_utils/src/needs_drop.rs +++ b/compiler/rustc_ty_utils/src/needs_drop.rs @@ -133,7 +133,7 @@ where _ => { tcx.sess.delay_span_bug( tcx.hir().span_if_local(def_id).unwrap_or(DUMMY_SP), - format!("unexpected generator witness type {:?}", witness), + format!("unexpected generator witness type {witness:?}"), ); return Some(Err(AlwaysRequiresDrop)); } |
