Skip to content

Commit 1a08cb6

Browse files
Rollup merge of #82797 - henryboisdequin:name-issue-num, r=Xanewok
Update tests names to start with `issue-` See ``@JohnTitor's`` [comment](#82720 (comment)) ``@rustbot`` label +C-cleanup
2 parents ef17859 + cb9b10c commit 1a08cb6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Diff for: src/test/ui/structs/80853.stderr renamed to src/test/ui/structs/issue-80853.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0618]: expected function, found `S`
2-
--> $DIR/80853.rs:4:5
2+
--> $DIR/issue-80853.rs:4:5
33
|
44
LL | fn repro_ref(thing: S) {
55
| ----- `thing` has type `S`

0 commit comments

Comments
 (0)