]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_transform/src/elaborate_box_derefs.rs
Auto merge of #104999 - saethlin:immediate-abort-inlining, r=thomcc
[rust.git] / compiler / rustc_mir_transform / src / elaborate_box_derefs.rs
index ef8d6bb65590e3a9aeca608706198d76c9af2ff5..932134bd6318f44d6ccacbb06ac1b0ff8e4cf188 100644 (file)
@@ -25,7 +25,7 @@ pub fn build_ptr_tys<'tcx>(
     (unique_ty, nonnull_ty, ptr_ty)
 }
 
-// Constructs the projection needed to access a Box's pointer
+/// Constructs the projection needed to access a Box's pointer
 pub fn build_projection<'tcx>(
     unique_ty: Ty<'tcx>,
     nonnull_ty: Ty<'tcx>,