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

bump Rust
This commit is contained in:
bors
2019-07-26 08:16:07 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
a7f28678bbf4e16893bb6a718e427504167a9494
4268e7ee22935f086b856ef0063a9e22b49aeddb
+1 -1
View File
@@ -11,5 +11,5 @@ fn main() {
assert_eq!(size_of_val(&[1, 2, 3] as &[i32]), 12);
assert_eq!(size_of_val("foobar"), 6);
assert_eq!(unsafe { type_name::<Option<i32>>() }, "core::option::Option<i32>");
assert_eq!(type_name::<Option<i32>>(), "core::option::Option<i32>");
}