Auto merge of #1524 - RalfJung:rustup, r=RalfJung

rustup; account for ptr_offset_from stabilization

@bors r+
This commit is contained in:
bors 2020-08-24 08:07:41 +00:00
commit 9f3e7cf2c2
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
1a22a0ff93d63f738151f096434e732466b4a42e
c4b6d9411f939c1ad7b3521b907fa101f3360462

View file

@ -1,4 +1,3 @@
#![feature(ptr_offset_from)]
use std::{mem, ptr};
fn main() {