about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/avr_gnu_base.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_target/src/spec/avr_gnu_base.rs')
-rw-r--r--compiler/rustc_target/src/spec/avr_gnu_base.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/spec/avr_gnu_base.rs b/compiler/rustc_target/src/spec/avr_gnu_base.rs
index 01445dc3898..fd597ca89b1 100644
--- a/compiler/rustc_target/src/spec/avr_gnu_base.rs
+++ b/compiler/rustc_target/src/spec/avr_gnu_base.rs
@@ -14,8 +14,8 @@ pub fn target(target_cpu: String) -> Target {
         target_os: "unknown".to_string(),
         target_env: "".to_string(),
         target_vendor: "unknown".to_string(),
-        target_c_int_width: 16.to_string(),
         options: TargetOptions {
+            target_c_int_width: "16".to_string(),
             cpu: target_cpu.clone(),
             exe_suffix: ".elf".to_string(),