Skip to content

Commit 0bc3d5d

Browse files
committed
---
yaml --- r: 63403 b: refs/heads/snap-stage3 c: a9012a2 h: refs/heads/master i: 63401: 616a1ae 63399: 90569e0 v: v3
1 parent b7d3c5b commit 0bc3d5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: e7b0b71197bb246c3213914919bdb959f39a8f74
4+
refs/heads/snap-stage3: a9012a2ad183ad96238ccf2473b731be85eb12e1
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustc/middle/ty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ pub fn type_contents(cx: ctxt, ty: t) -> TypeContents {
22732273
for type_param_def.bounds.builtin_bounds.each |bound| {
22742274
debug!("tc = %s, bound = %?", tc.to_str(), bound);
22752275
tc = tc - match bound {
2276-
BoundCopy => TypeContents::nonimplicitly_copyable(cx),
2276+
BoundCopy => TypeContents::noncopyable(cx),
22772277
BoundStatic => TypeContents::nonstatic(cx),
22782278
BoundOwned => TypeContents::nonowned(cx),
22792279
BoundConst => TypeContents::nonconst(cx),

0 commit comments

Comments
 (0)