Skip to content

Commit d0c308c

Browse files
BoxyUwUoli-obk
andauthored
{ty:?} is weird syntax
Co-authored-by: Oli Scherer <[email protected]>
1 parent 390246c commit d0c308c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustdoc/clean/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1671,8 +1671,7 @@ fn normalize<'tcx>(
16711671

16721672
assert!(
16731673
!ty.has_non_region_infer(),
1674-
"`ty`: {:?} has pre existing infer vars before `InferCtxt` creation",
1675-
ty
1674+
"`ty`: {ty:?} has pre existing infer vars before `InferCtxt` creation",
16761675
);
16771676

16781677
let infcx = cx.tcx.infer_ctxt().build();

0 commit comments

Comments
 (0)