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.
is_import
1 parent 35681fb commit f6ff377Copy full SHA for f6ff377
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