Skip to content

Commit 5d5eeee

Browse files
authored
Rollup merge of #72138 - wesleywiser:add_doc_comment, r=matthewjasper
Add doc comment for `rustc_middle::mir::mono::Linkage`
2 parents d84c9da + 5063297 commit 5d5eeee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustc_middle/mir/mono.rs

+3
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ pub struct CodegenUnit<'tcx> {
239239
size_estimate: Option<usize>,
240240
}
241241

242+
/// Specifies the linkage type for a `MonoItem`.
243+
///
244+
/// See https://llvm.org/docs/LangRef.html#linkage-types for more details about these variants.
242245
#[derive(Copy, Clone, PartialEq, Debug, RustcEncodable, RustcDecodable, HashStable)]
243246
pub enum Linkage {
244247
External,

0 commit comments

Comments
 (0)