File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -379,6 +379,7 @@ fn local_place<'a, 'tcx: 'a>(
379
379
abi : _,
380
380
variants : _,
381
381
fields : _,
382
+ largest_niche : _,
382
383
} = details;
383
384
match place {
384
385
CPlace :: Stack ( stack_slot, _) => fx. add_entity_comment (
Original file line number Diff line number Diff line change 10
10
11
11
use crate :: prelude:: * ;
12
12
13
- use rustc:: middle:: allocator:: AllocatorKind ;
14
- use rustc_allocator:: { AllocatorTy , ALLOCATOR_METHODS } ;
13
+ use syntax:: ext:: allocator:: { AllocatorKind , AllocatorTy , ALLOCATOR_METHODS } ;
15
14
16
15
/// Returns whether an allocator shim was created
17
16
pub fn codegen ( sess : & Session , module : & mut Module < impl Backend + ' static > ) -> bool {
Original file line number Diff line number Diff line change 3
3
4
4
extern crate flate2;
5
5
extern crate rustc;
6
- extern crate rustc_allocator;
7
6
extern crate rustc_codegen_ssa;
8
7
extern crate rustc_codegen_utils;
9
8
extern crate rustc_data_structures;
You can’t perform that action at this time.
0 commit comments