We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compiler::artifact
1 parent 92f8972 commit 2fa38a2Copy full SHA for 2fa38a2
src/cargo/core/compiler/artifact.rs
@@ -1,4 +1,5 @@
1
-/// Generate artifact information from unit dependencies for configuring the compiler environment.
+//! Generate artifact information from unit dependencies for configuring the compiler environment.
2
+
3
use crate::core::compiler::unit_graph::UnitDep;
4
use crate::core::compiler::{Context, CrateType, FileFlavor, Unit};
5
use crate::core::dependency::ArtifactKind;
0 commit comments