File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
// compile-flags: -Z borrowck=compare
12
12
13
+ #![ recursion_limit = "128" ]
14
+
13
15
use std:: cell:: Cell ;
14
16
use std:: mem:: swap;
15
17
@@ -121,6 +123,16 @@ fn special_characters() {
121
123
assert ! ( !val) ;
122
124
}
123
125
126
+ fn punch_card ( ) -> impl std:: fmt:: Debug {
127
+ ..=..=.. .. .. .. .. .. .. .. .. .. .. ..=.. ..
128
+ ..=.. ..=.. .. .. .. .. .. .. .. .. ..=..=..=..
129
+ ..=.. ..=.. ..=.. ..=.. .. ..=..=.. .. ..=.. ..
130
+ ..=..=.. .. ..=.. ..=.. ..=.. .. .. .. ..=.. ..
131
+ ..=.. ..=.. ..=.. ..=.. .. ..=.. .. .. ..=.. ..
132
+ ..=.. ..=.. ..=.. ..=.. .. .. ..=.. .. ..=.. ..
133
+ ..=.. ..=.. .. ..=..=.. ..=..=.. .. .. ..=.. ..
134
+ }
135
+
124
136
pub fn main ( ) {
125
137
strange ( ) ;
126
138
funny ( ) ;
@@ -135,4 +147,5 @@ pub fn main() {
135
147
fishy ( ) ;
136
148
union ( ) ;
137
149
special_characters ( ) ;
150
+ punch_card ( ) ;
138
151
}
You can’t perform that action at this time.
0 commit comments