Skip to content

Commit ed8ebc9

Browse files
committed
fix(ref): Clarify we aren't locking down target dir
1 parent ec8d3ad commit ed8ebc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/3502-cargo-script.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ Disallowed manifest fields:
345345
- `package.workspace`, `package.build`, `package.links`, `package.publish`, `package.autobins`, `package.autoexamples`, `package.autotests`, `package.autobenches`
346346

347347
Single-file packages maintain an out-of-line target directory by default.
348-
This is `$CARGO_HOME/target/<hash-of-path>`.
348+
This is implementation-defined.
349+
Currently, it is `$CARGO_HOME/target/<hash-of-path>`.
349350

350351
A single-file package is accepted by cargo commands as a `--manifest-path`
351352
- Files are considered to have embedded manifest if they end with `.rs` or they lack an extension and are of type file

0 commit comments

Comments
 (0)