Skip to content

Commit fe20f8c

Browse files
committed
Rustup to rustc 1.38.0-nightly (c43753f91 2019-07-26)
1 parent 8506784 commit fe20f8c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/abi.rs

+1
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ fn local_place<'a, 'tcx: 'a>(
379379
abi: _,
380380
variants: _,
381381
fields: _,
382+
largest_niche: _,
382383
} = details;
383384
match place {
384385
CPlace::Stack(stack_slot, _) => fx.add_entity_comment(

src/allocator.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
use crate::prelude::*;
1212

13-
use rustc::middle::allocator::AllocatorKind;
14-
use rustc_allocator::{AllocatorTy, ALLOCATOR_METHODS};
13+
use syntax::ext::allocator::{AllocatorKind, AllocatorTy, ALLOCATOR_METHODS};
1514

1615
/// Returns whether an allocator shim was created
1716
pub fn codegen(sess: &Session, module: &mut Module<impl Backend + 'static>) -> bool {

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
extern crate flate2;
55
extern crate rustc;
6-
extern crate rustc_allocator;
76
extern crate rustc_codegen_ssa;
87
extern crate rustc_codegen_utils;
98
extern crate rustc_data_structures;

0 commit comments

Comments
 (0)