Skip to content

Commit b024b0a

Browse files
Apply suggestions from code review
Co-authored-by: Michael Goulet <michael@errs.io>
1 parent 775c468 commit b024b0a

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_middle/src/ty

1 file changed

+2
-2
lines changed

compiler/rustc_middle/src/ty/sty.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1864,8 +1864,8 @@ impl<'tcx> Ty<'tcx> {
18641864
// Definitely absolutely not copy.
18651865
ty::Ref(_, _, hir::Mutability::Mut) => false,
18661866

1867-
// The library has a blanket Copy impl for shared references and raw pointers,
1868-
// regardless of metadata.
1867+
// The standard library has a blanket Copy impl for shared references and raw pointers,
1868+
// for all unsized types.
18691869
ty::Ref(_, _, hir::Mutability::Not) | ty::RawPtr(..) => true,
18701870

18711871
ty::Coroutine(..) | ty::CoroutineWitness(..) => false,

0 commit comments

Comments
 (0)