Rollup merge of #82797 - henryboisdequin:name-issue-num, r=Xanewok

Update tests names to start with `issue-`

See ``@JohnTitor's`` [comment](https://github.com/rust-lang/rust/pull/82720#discussion_r586488083)

``@rustbot`` label +C-cleanup
This commit is contained in:
Guillaume Gomez 2021-03-05 21:44:42 +01:00 committed by GitHub
commit 1a08cb6a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
error[E0618]: expected function, found `S`
--> $DIR/80853.rs:4:5
--> $DIR/issue-80853.rs:4:5
|
LL | fn repro_ref(thing: S) {
| ----- `thing` has type `S`