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() {
8080 "overflow_checks": true,
8181 "panic": "unwind",
8282 "rpath": false,
83- "split_debuginfo": null ,
83+ "split_debuginfo": "{...}" ,
8484 "strip": "none"
8585 },
8686 "target": {
@@ -125,7 +125,7 @@ fn simple() {
125125 "overflow_checks": true,
126126 "panic": "unwind",
127127 "rpath": false,
128- "split_debuginfo": null ,
128+ "split_debuginfo": "{...}" ,
129129 "strip": "none"
130130 },
131131 "target": {
@@ -163,7 +163,7 @@ fn simple() {
163163 "overflow_checks": true,
164164 "panic": "unwind",
165165 "rpath": false,
166- "split_debuginfo": null ,
166+ "split_debuginfo": "{...}" ,
167167 "strip": "none"
168168 },
169169 "target": {
@@ -206,7 +206,7 @@ fn simple() {
206206 "overflow_checks": true,
207207 "panic": "unwind",
208208 "rpath": false,
209- "split_debuginfo": null ,
209+ "split_debuginfo": "{...}" ,
210210 "strip": "none"
211211 },
212212 "target": {
You can’t perform that action at this time.
0 commit comments