Rustup to rustc 1.40.0-nightly (9e346646e 2019-11-08)

This commit is contained in:
bjorn3 2019-11-09 11:14:18 +01:00
parent 74ea53f1fb
commit 5407b51aa7
6 changed files with 43 additions and 9 deletions

View file

@ -71,6 +71,8 @@ fn main() {
let _a = 1u32 << 2u8;
println!("{:?}", unsafe { std::intrinsics::caller_location() });
unsafe {
test_simd();
}