Skip to content

Commit 8577e3e

Browse files
committed
sort
1 parent 0f1a8e0 commit 8577e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_session/src/options.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,10 @@ options! {
14371437
"inject the given attribute in the crate"),
14381438
debug_info_for_profiling: bool = (false, parse_bool, [TRACKED],
14391439
"emit discriminators and other data necessary for AutoFDO"),
1440-
debuginfo_compression: DebugInfoCompression = (DebugInfoCompression::None, parse_debuginfo_compression, [TRACKED],
1441-
"compress debug info sections (none, zlib, zstd, default: none)"),
14421440
debug_macros: bool = (false, parse_bool, [TRACKED],
14431441
"emit line numbers debug info inside macros (default: no)"),
1442+
debuginfo_compression: DebugInfoCompression = (DebugInfoCompression::None, parse_debuginfo_compression, [TRACKED],
1443+
"compress debug info sections (none, zlib, zstd, default: none)"),
14441444
deduplicate_diagnostics: bool = (true, parse_bool, [UNTRACKED],
14451445
"deduplicate identical diagnostics (default: yes)"),
14461446
dep_info_omit_d_target: bool = (false, parse_bool, [TRACKED],

0 commit comments

Comments
 (0)