You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/doc/src/reference/environment-variables.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ let version = env!("CARGO_PKG_VERSION");
185
185
*`CARGO_PKG_HOMEPAGE` — The home page from the manifest of your package.
186
186
*`CARGO_PKG_REPOSITORY` — The repository from the manifest of your package.
187
187
*`CARGO_CRATE_NAME` — The name of the crate that is currently being compiled.
188
-
*`CARGO_BIN_NAME` — The name of the binary that is currently being compiled (if it is a binary).
188
+
*`CARGO_BIN_NAME` — The name of the binary that is currently being compiled (if it is a binary). This name does not include any file extension, such as `.exe`.
189
189
*`OUT_DIR` — If the package has a build script, this is set to the folder where the build
190
190
script should place its output. See below for more information.
0 commit comments