Skip to content

Commit d5e20a9

Browse files
committed
Auto merge of #7721 - ehuss:fix-doc-build-indent, r=Eh2406
Fix indentation mistake in doc comment. The `build` directory should be under `debug`.
2 parents bc1f0b5 + 28cabee commit d5e20a9

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

src/cargo/core/compiler/layout.rs

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -53,36 +53,36 @@
5353
//! # incremental is enabled.
5454
//! incremental/
5555
//!
56-
//! # This is the location at which the output of all custom build
57-
//! # commands are rooted.
58-
//! build/
59-
//!
60-
//! # Each package gets its own directory where its build script and
61-
//! # script output are placed
62-
//! $pkgname-$META/ # For the build script itself.
63-
//! # The build script executable (name may be changed by user).
64-
//! build-script-build-$META
65-
//! # Hard link to build-script-build-$META.
66-
//! build-script-build
67-
//! # Dependency information generated by rustc.
68-
//! build-script-build-$META.d
69-
//! # Debug information, depending on platform and profile
70-
//! # settings.
71-
//! <debug symbols>
72-
//!
73-
//! # The package shows up twice with two different metadata hashes.
74-
//! $pkgname-$META/ # For the output of the build script.
75-
//! # Timestamp when the build script was last executed.
76-
//! invoked.timestamp
77-
//! # Directory where script can output files ($OUT_DIR).
78-
//! out/
79-
//! # Output from the build script.
80-
//! output
81-
//! # Path to `out`, used to help when the target directory is
82-
//! # moved.
83-
//! root-output
84-
//! # Stderr output from the build script.
85-
//! stderr
56+
//! # This is the location at which the output of all custom build
57+
//! # commands are rooted.
58+
//! build/
59+
//!
60+
//! # Each package gets its own directory where its build script and
61+
//! # script output are placed
62+
//! $pkgname-$META/ # For the build script itself.
63+
//! # The build script executable (name may be changed by user).
64+
//! build-script-build-$META
65+
//! # Hard link to build-script-build-$META.
66+
//! build-script-build
67+
//! # Dependency information generated by rustc.
68+
//! build-script-build-$META.d
69+
//! # Debug information, depending on platform and profile
70+
//! # settings.
71+
//! <debug symbols>
72+
//!
73+
//! # The package shows up twice with two different metadata hashes.
74+
//! $pkgname-$META/ # For the output of the build script.
75+
//! # Timestamp when the build script was last executed.
76+
//! invoked.timestamp
77+
//! # Directory where script can output files ($OUT_DIR).
78+
//! out/
79+
//! # Output from the build script.
80+
//! output
81+
//! # Path to `out`, used to help when the target directory is
82+
//! # moved.
83+
//! root-output
84+
//! # Stderr output from the build script.
85+
//! stderr
8686
//!
8787
//! # Output from rustdoc
8888
//! doc/

0 commit comments

Comments
 (0)