Skip to content

Commit d32a87a

Browse files
committed
Auto merge of #858 - RalfJung:rustup, r=RalfJung
bump Rust
2 parents e59f9cb + 8bec925 commit d32a87a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a7f28678bbf4e16893bb6a718e427504167a9494
1+
4268e7ee22935f086b856ef0063a9e22b49aeddb

tests/run-pass/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ fn main() {
1111
assert_eq!(size_of_val(&[1, 2, 3] as &[i32]), 12);
1212
assert_eq!(size_of_val("foobar"), 6);
1313

14-
assert_eq!(unsafe { type_name::<Option<i32>>() }, "core::option::Option<i32>");
14+
assert_eq!(type_name::<Option<i32>>(), "core::option::Option<i32>");
1515
}

0 commit comments

Comments
 (0)