diff options
| author | Daniel Frampton <Daniel.Frampton@microsoft.com> | 2022-02-01 12:40:01 -0800 |
|---|---|---|
| committer | Daniel Frampton <Daniel.Frampton@microsoft.com> | 2022-02-01 12:40:01 -0800 |
| commit | e22729b46466a171b020f601e40e5e50283b1d8b (patch) | |
| tree | 84404c8f6a16ba0c83e6b629b9dc85062364d68a | |
| parent | ad88831cd50ffe9cb9006bbdcb7fc9d97142e410 (diff) | |
| download | rust-e22729b46466a171b020f601e40e5e50283b1d8b.tar.gz rust-e22729b46466a171b020f601e40e5e50283b1d8b.zip | |
Add missing | between print options
| -rw-r--r-- | compiler/rustc_session/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/config.rs b/compiler/rustc_session/src/config.rs index a756de4c0fc..d2d5b06ad67 100644 --- a/compiler/rustc_session/src/config.rs +++ b/compiler/rustc_session/src/config.rs @@ -1188,7 +1188,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> { "Compiler information to print on stdout", "[crate-name|file-names|sysroot|target-libdir|cfg|target-list|\ target-cpus|target-features|relocation-models|code-models|\ - tls-models|target-spec-json|native-static-libs|stack-protector-strategies\ + tls-models|target-spec-json|native-static-libs|stack-protector-strategies|\ link-args]", ), opt::flagmulti_s("g", "", "Equivalent to -C debuginfo=2"), |
