Skip to content

Commit a469083

Browse files
authored
Rollup merge of rust-lang#144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb
Make target pointer width in target json an integer r? Noratrieb cc `@RalfJung` (https://github.com/rust-lang/rust/pull/142352/files#r2230380120) try-job: x86_64-rust-for-linux
2 parents 4a64cfd + e0db09b commit a469083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-builtins/etc/thumbv7em-none-eabi-renamed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
},
2020
"panic-strategy": "abort",
2121
"relocation-model": "static",
22-
"target-pointer-width": "32"
22+
"target-pointer-width": 32
2323
}

0 commit comments

Comments
 (0)