File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/librustc/middle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: e7b0b71197bb246c3213914919bdb959f39a8f74
4
+ refs/heads/snap-stage3: a9012a2ad183ad96238ccf2473b731be85eb12e1
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -2273,7 +2273,7 @@ pub fn type_contents(cx: ctxt, ty: t) -> TypeContents {
2273
2273
for type_param_def. bounds. builtin_bounds. each |bound| {
2274
2274
debug ! ( "tc = %s, bound = %?" , tc. to_str( ) , bound) ;
2275
2275
tc = tc - match bound {
2276
- BoundCopy => TypeContents :: nonimplicitly_copyable ( cx) ,
2276
+ BoundCopy => TypeContents :: noncopyable ( cx) ,
2277
2277
BoundStatic => TypeContents :: nonstatic ( cx) ,
2278
2278
BoundOwned => TypeContents :: nonowned ( cx) ,
2279
2279
BoundConst => TypeContents :: nonconst ( cx) ,
You can’t perform that action at this time.
0 commit comments