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.
2 parents 1bcc6dc + f6ff377 commit bc1dda4Copy full SHA for bc1dda4
1 file changed
src/librustc/hir/def.rs
@@ -132,6 +132,7 @@ pub struct Export {
132
/// We include non-`pub` exports for hygienic macros that get used from extern crates.
133
pub vis: ty::Visibility,
134
/// True if from a `use` or and `extern crate`.
135
+ /// Used in rustdoc.
136
pub is_import: bool,
137
}
138
0 commit comments