Skip to content

Commit 8fa39fc

Browse files
committed
Mention the stderr file in the documentation.
1 parent f681392 commit 8fa39fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/build-script.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ cargo:libdir=/path/to/foo/lib
5858
cargo:include=/path/to/foo/include
5959
```
6060

61+
On the other hand, lines printed to stderr are written to a file like
62+
`target/debug/build/<pkg>/stderr` but are not interpreted by cargo.
63+
6164
There are a few special keys that Cargo recognizes, some affecting how the
6265
crate is built:
6366

0 commit comments

Comments
 (0)