Skip to content

Commit b4ccb07

Browse files
committed
Auto merge of #1464 - RalfJung:rustup, r=RalfJung
rustup
2 parents fd81012 + 6ca67a3 commit b4ccb07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7750c3d46bc19784adb1ee6e37a5ec7e4cd7e772
1+
9491f18c5de3ff1c4bf9c3fdacf52d9859e26f7c

tests/run-pass/float.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(track_caller, stmt_expr_attributes)]
1+
#![feature(stmt_expr_attributes)]
22
use std::fmt::Debug;
33

44
// Helper function to avoid promotion so that this tests "run-time" casts, not CTFE.

tests/run-pass/track-caller-attribute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(track_caller, core_intrinsics)]
1+
#![feature(core_intrinsics)]
22

33
use std::panic::Location;
44

0 commit comments

Comments
 (0)