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.
1 parent 378a43a commit 3d90595Copy full SHA for 3d90595
compiler/rustc_middle/src/middle/dependency_format.rs
@@ -10,9 +10,6 @@ use rustc_session::config::CrateType;
10
/// A list of dependencies for a certain crate type.
11
///
12
/// The length of this vector is the same as the number of external crates used.
13
-/// The value is None if the crate does not need to be linked (it was found
14
-/// statically in another dylib), or Some(kind) if it needs to be linked as
15
-/// `kind` (either static or dynamic).
16
pub type DependencyList = Vec<Linkage>;
17
18
/// A mapping of all required dependencies for a particular flavor of output.
0 commit comments