mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-12 20:16:49 +00:00
Rustup to rustc 1.38.0-nightly (c43753f91
2019-07-26)
This commit is contained in:
parent
8506784d74
commit
fe20f8cba6
@ -379,6 +379,7 @@ fn local_place<'a, 'tcx: 'a>(
|
||||
abi: _,
|
||||
variants: _,
|
||||
fields: _,
|
||||
largest_niche: _,
|
||||
} = details;
|
||||
match place {
|
||||
CPlace::Stack(stack_slot, _) => fx.add_entity_comment(
|
||||
|
@ -10,8 +10,7 @@
|
||||
|
||||
use crate::prelude::*;
|
||||
|
||||
use rustc::middle::allocator::AllocatorKind;
|
||||
use rustc_allocator::{AllocatorTy, ALLOCATOR_METHODS};
|
||||
use syntax::ext::allocator::{AllocatorKind, AllocatorTy, ALLOCATOR_METHODS};
|
||||
|
||||
/// Returns whether an allocator shim was created
|
||||
pub fn codegen(sess: &Session, module: &mut Module<impl Backend + 'static>) -> bool {
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
extern crate flate2;
|
||||
extern crate rustc;
|
||||
extern crate rustc_allocator;
|
||||
extern crate rustc_codegen_ssa;
|
||||
extern crate rustc_codegen_utils;
|
||||
extern crate rustc_data_structures;
|
||||
|
Loading…
Reference in New Issue
Block a user