From a64a724f9e6df0de0f8ea2fa17f30b8d1c690c93 Mon Sep 17 00:00:00 2001 From: Sloane Vaznova Date: Sun, 27 Oct 2024 16:59:35 -0500 Subject: [PATCH] Document `out` param of `try_to_bin()` --- src/bin.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin.rs b/src/bin.rs index c6bce32..1dd4e07 100644 --- a/src/bin.rs +++ b/src/bin.rs @@ -27,6 +27,7 @@ impl Linker { /// specified, to produce an executable from a given object or assembly file. /// /// * `object` - the path to the object or assembly file produced by the compiler +/// * `out` - the output path for the executable /// * `linker` - the linker, if any, specified by the user via CLI args pub fn try_to_bin( object: &PathBuf,