We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77f76e commit 803e19eCopy full SHA for 803e19e
compiler/rustc_middle/src/middle/dependency_format.rs
@@ -9,9 +9,6 @@ use rustc_session::config::CrateType;
9
/// A list of dependencies for a certain crate type.
10
///
11
/// The length of this vector is the same as the number of external crates used.
12
-/// The value is None if the crate does not need to be linked (it was found
13
-/// statically in another dylib), or Some(kind) if it needs to be linked as
14
-/// `kind` (either static or dynamic).
15
pub type DependencyList = Vec<Linkage>;
16
17
/// A mapping of all required dependencies for a particular flavor of output.
0 commit comments