File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
trunk/src/test/compile-fail Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: c282810ab04a57f7d3f476e9628b6b82184b19b2
2
+ refs/heads/master: 2112c391cd13a67cfbf9064b17a51640add5053e
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -13,12 +13,3 @@ fn main() {
13
13
let nyan : cat = cat ( 52 u, 99 ) ;
14
14
assert ( nyan. meows == 52 u) ;
15
15
}
16
- /*
17
- other tests:
18
- not ok to refer to a private method outside a class
19
- ok to refer to private method within a class
20
- can't assign to a non-mutable var
21
- can't assign to a method
22
-
23
- all the same tests, cross-crate
24
- */
You can’t perform that action at this time.
0 commit comments