We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca0d60 commit 044c39fCopy full SHA for 044c39f
1 file changed
cargo/tests/cargo_build_script/nondeterministic_out_dir/test.rs
@@ -1,6 +1,7 @@
1
-// include_str! resolves at compile time against the TreeArtifact captured by Bazel.
2
-// If the runner failed to strip config.log / *.d / *.pc files, the TreeArtifact hash
3
-// would change on every run, causing unnecessary rebuilds for all downstream crates.
+//! include_str! resolves at compile time against the TreeArtifact captured by Bazel.
+//! If the runner failed to strip config.log / *.d / *.pc files, the TreeArtifact hash
+//! would change on every run, causing unnecessary rebuilds for all downstream crates.
4
+
5
const OUTPUT: &str = include_str!(concat!(env!("OUT_DIR"), "/output.txt"));
6
7
#[test]
0 commit comments