Skip to content

Commit

Permalink
Rollup merge of rust-lang#82797 - henryboisdequin:name-issue-num, r=X…
Browse files Browse the repository at this point in the history
…anewok

Update tests names to start with `issue-`

See `@JohnTitor's` [comment](rust-lang#82720 (comment))

`@rustbot` label +C-cleanup
  • Loading branch information
GuillaumeGomez committed Mar 5, 2021
2 parents be6d958 + cb9b10c commit 70d6fed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 70d6fed

Please sign in to comment.