Skip to content

Commit 0356d75

Browse files
committed
---
yaml --- r: 6866 b: refs/heads/master c: 4475ec8 h: refs/heads/master v: v3
1 parent adfea7c commit 0356d75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 56ec9cb2789a7ece225cf224a2713618e2078172
2+
refs/heads/master: 4475ec863dd6c00eba67bc8111ce5fbe72409c9e

trunk/src/comp/middle/ty.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,8 @@ fn type_is_signed(cx: ctxt, ty: t) -> bool {
11591159
}
11601160
}
11611161

1162-
// Whether a type is Plain Old Data (i.e. can be safely memmoved).
1162+
// Whether a type is Plain Old Data -- meaning it does not contain pointers
1163+
// that the cycle collector might care about.
11631164
fn type_is_pod(cx: ctxt, ty: t) -> bool {
11641165
let result = true;
11651166
alt struct(cx, ty) {

0 commit comments

Comments
 (0)