File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/snap-stage3/src/librustc/middle Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 14192d6df5cc714e5c9a3ca70b08f2514d977be2
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 0705e6a12e57f89cb9847d85ddd0b6a6bc03ba8f
4
+ refs/heads/snap-stage3: 492b3b163fc003658eece850fc241248dd66db02
5
5
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ impl MutabilityCategory {
315
315
ret
316
316
}
317
317
318
- pub fn from_pointer_kind ( base_mutbl : MutabilityCategory ,
319
- ptr : PointerKind ) -> MutabilityCategory {
318
+ fn from_pointer_kind ( base_mutbl : MutabilityCategory ,
319
+ ptr : PointerKind ) -> MutabilityCategory {
320
320
let ret = match ptr {
321
321
Unique => {
322
322
base_mutbl. inherit ( )
You can’t perform that action at this time.
0 commit comments