File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ fn simple() {
80
80
"overflow_checks": true,
81
81
"panic": "unwind",
82
82
"rpath": false,
83
- "split_debuginfo": null ,
83
+ "split_debuginfo": "{...}" ,
84
84
"strip": "none"
85
85
},
86
86
"target": {
@@ -125,7 +125,7 @@ fn simple() {
125
125
"overflow_checks": true,
126
126
"panic": "unwind",
127
127
"rpath": false,
128
- "split_debuginfo": null ,
128
+ "split_debuginfo": "{...}" ,
129
129
"strip": "none"
130
130
},
131
131
"target": {
@@ -163,7 +163,7 @@ fn simple() {
163
163
"overflow_checks": true,
164
164
"panic": "unwind",
165
165
"rpath": false,
166
- "split_debuginfo": null ,
166
+ "split_debuginfo": "{...}" ,
167
167
"strip": "none"
168
168
},
169
169
"target": {
@@ -206,7 +206,7 @@ fn simple() {
206
206
"overflow_checks": true,
207
207
"panic": "unwind",
208
208
"rpath": false,
209
- "split_debuginfo": null ,
209
+ "split_debuginfo": "{...}" ,
210
210
"strip": "none"
211
211
},
212
212
"target": {
You can’t perform that action at this time.
0 commit comments