We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfea7c commit 0356d75Copy full SHA for 0356d75
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 56ec9cb2789a7ece225cf224a2713618e2078172
+refs/heads/master: 4475ec863dd6c00eba67bc8111ce5fbe72409c9e
trunk/src/comp/middle/ty.rs
@@ -1159,7 +1159,8 @@ fn type_is_signed(cx: ctxt, ty: t) -> bool {
1159
}
1160
1161
1162
-// Whether a type is Plain Old Data (i.e. can be safely memmoved).
+// Whether a type is Plain Old Data -- meaning it does not contain pointers
1163
+// that the cycle collector might care about.
1164
fn type_is_pod(cx: ctxt, ty: t) -> bool {
1165
let result = true;
1166
alt struct(cx, ty) {
0 commit comments