Rustup to rustc 1.41.0-nightly (53712f863 2019-11-21)
This commit is contained in:
parent
0219f218db
commit
cdab96d05c
@ -523,7 +523,7 @@ fn trans_stmt<'tcx>(
|
||||
outputs: _,
|
||||
inputs: _,
|
||||
} = &**asm;
|
||||
let rustc::hir::InlineAsm {
|
||||
let rustc::hir::InlineAsmInner {
|
||||
asm: asm_code, // Name
|
||||
outputs, // Vec<Name>
|
||||
inputs, // Vec<Name>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![feature(rustc_private, never_type, decl_macro, type_alias_impl_trait, associated_type_bounds)]
|
||||
#![feature(rustc_private, decl_macro, type_alias_impl_trait, associated_type_bounds)]
|
||||
#![allow(intra_doc_link_resolution_failure)]
|
||||
|
||||
extern crate flate2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user