Skip to content

Commit 8533778

Browse files
committed
rename tests
1 parent ed48853 commit 8533778

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/test/ui/const-generics/issues/issue-70125.stderr src/test/ui/const-generics/issues/issue-70125-1.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
2-
--> $DIR/issue-70125.rs:2:12
2+
--> $DIR/issue-70125-1.rs:2:12
33
|
44
LL | #![feature(const_generics)]
55
| ^^^^^^^^^^^^^^

src/test/ui/const-generics/normalization_failure.stderr src/test/ui/const-generics/issues/issue-70125-2.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
2-
--> $DIR/normalization_failure.rs:3:12
2+
--> $DIR/issue-70125-2.rs:3:12
33
|
44
LL | #![feature(const_generics)]
55
| ^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)