This commit is contained in:
Ralf Jung 2020-07-02 10:37:29 +02:00
parent fd81012477
commit 6ca67a346b
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
7750c3d46bc19784adb1ee6e37a5ec7e4cd7e772
9491f18c5de3ff1c4bf9c3fdacf52d9859e26f7c

View File

@ -1,4 +1,4 @@
#![feature(track_caller, stmt_expr_attributes)]
#![feature(stmt_expr_attributes)]
use std::fmt::Debug;
// Helper function to avoid promotion so that this tests "run-time" casts, not CTFE.

View File

@ -1,4 +1,4 @@
#![feature(track_caller, core_intrinsics)]
#![feature(core_intrinsics)]
use std::panic::Location;