Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)

This commit is contained in:
bjorn3 2019-09-07 10:51:00 +02:00
parent a2e905f22d
commit bfb49e7d19
6 changed files with 12 additions and 12 deletions

View file

@ -570,7 +570,7 @@ fn trans_stmt<'tcx>(
crate::trap::trap_unimplemented(fx, "_xgetbv arch intrinsic is not supported");
}
_ if fx.tcx.symbol_name(fx.instance).as_str() == "__rust_probestack" => {
_ if fx.tcx.symbol_name(fx.instance).name.as_str() == "__rust_probestack" => {
crate::trap::trap_unimplemented(fx, "__rust_probestack is not supported");
}
_ => unimpl!("Inline assembly is not supported"),