Skip to content

Commit 5defe06

Browse files
author
Guanqun Lu
committed
reorder TomlTarget struct's fields based on the order in config.toml.example
1 parent 2c93fd2 commit 5defe06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/config.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -333,13 +333,13 @@ struct Rust {
333333
#[derive(Deserialize, Default)]
334334
#[serde(deny_unknown_fields, rename_all = "kebab-case")]
335335
struct TomlTarget {
336-
llvm_config: Option<String>,
337-
llvm_filecheck: Option<String>,
338336
cc: Option<String>,
339337
cxx: Option<String>,
340338
ar: Option<String>,
341339
ranlib: Option<String>,
342340
linker: Option<String>,
341+
llvm_config: Option<String>,
342+
llvm_filecheck: Option<String>,
343343
android_ndk: Option<String>,
344344
crt_static: Option<bool>,
345345
musl_root: Option<String>,

0 commit comments

Comments
 (0)