We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e6613 commit 8a0909dCopy full SHA for 8a0909d
src/librustc_codegen_ssa/mono_item.rs
@@ -8,12 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-//! Walks the crate looking for items/impl-items/trait-items that have
12
-//! either a `rustc_symbol_name` or `rustc_item_path` attribute and
13
-//! generates an error giving, respectively, the symbol name or
14
-//! item-path. This is used for unit testing the code that generates
15
-//! paths etc in all kinds of annoying scenarios.
16
-
17
use base;
18
use rustc::hir;
19
use rustc::hir::def::Def;
0 commit comments