diff options
| -rw-r--r-- | src/test/ui/rfc-2091-track-caller/const-caller-location.rs (renamed from src/test/ui/consts/const-eval/const_caller_location.rs) | 0 | ||||
| -rw-r--r-- | src/test/ui/rfc-2091-track-caller/const-caller-location.stderr (renamed from src/test/ui/rfc-2091-track-caller/const_caller_location.stderr) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/consts/const-eval/const_caller_location.rs b/src/test/ui/rfc-2091-track-caller/const-caller-location.rs index e36790505e8..e36790505e8 100644 --- a/src/test/ui/consts/const-eval/const_caller_location.rs +++ b/src/test/ui/rfc-2091-track-caller/const-caller-location.rs diff --git a/src/test/ui/rfc-2091-track-caller/const_caller_location.stderr b/src/test/ui/rfc-2091-track-caller/const-caller-location.stderr index 01a00dd28fd..edb57199db8 100644 --- a/src/test/ui/rfc-2091-track-caller/const_caller_location.stderr +++ b/src/test/ui/rfc-2091-track-caller/const-caller-location.stderr @@ -1,5 +1,5 @@ warning: the feature `track_caller` is incomplete and may cause the compiler to crash - --> $DIR/const_caller_location.rs:3:39 + --> $DIR/const-caller-location.rs:3:39 | LL | #![feature(const_fn, core_intrinsics, track_caller)] | ^^^^^^^^^^^^ |
