Skip to content

Commit 3368b62

Browse files
committed
add fixme to improve -Clink-self-contained doc
1 parent 72ec7a3 commit 3368b62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_session/src/options.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ mod desc {
414414
pub const parse_split_dwarf_kind: &str =
415415
"one of supported split dwarf modes (`split` or `single`)";
416416
pub const parse_gcc_ld: &str = "one of: no value, `lld`";
417+
// FIXME: add link to reference or other documentation, where the `-Clink-self-contained`
418+
// options will be explained in more detail.
417419
pub const parse_link_self_contained: &str =
418420
"one of: `y`, `yes`, `on`, `n`, `no`, `off`, `auto`, `crt`, `linker`, `all`";
419421
pub const parse_stack_protector: &str =

0 commit comments

Comments
 (0)