File tree 2 files changed +0
-12
lines changed
librustc_mir/monomorphize
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
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
11
use base;
18
12
use rustc:: hir;
19
13
use rustc:: hir:: def:: Def ;
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
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
11
use monomorphize:: Instance ;
18
12
use rustc:: hir;
19
13
use rustc:: hir:: def_id:: DefId ;
You can’t perform that action at this time.
0 commit comments