File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11
11
#![ feature( stmt_expr_attributes) ]
12
12
#![ feature( control_flow_enum) ]
13
13
14
+ // FIXME: switch to something more ergonomic here, once available.
15
+ // (Currently there is no way to opt into sysroot crates without `extern crate`.)
14
16
extern crate rustc_ast;
15
17
extern crate rustc_ast_pretty;
16
- extern crate rustc_attr;
17
18
extern crate rustc_data_structures;
18
- extern crate rustc_driver;
19
19
extern crate rustc_errors;
20
20
extern crate rustc_hir;
21
21
extern crate rustc_hir_pretty;
22
- extern crate rustc_index;
23
22
extern crate rustc_infer;
24
- extern crate rustc_lexer;
25
23
extern crate rustc_lint;
26
24
extern crate rustc_middle;
27
25
extern crate rustc_mir;
28
- extern crate rustc_parse;
29
- extern crate rustc_parse_format;
30
26
extern crate rustc_session;
31
27
extern crate rustc_span;
32
28
extern crate rustc_target;
You can’t perform that action at this time.
0 commit comments