Skip to content

Commit

Permalink
Give test a more useful name
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed May 28, 2024
1 parent 9243644 commit 2444f99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E0599]: no function or associated item named `foo` found for struct `Foo<B>` in the current scope
--> $DIR/issue-53498.rs:21:27
--> $DIR/ufc-method-call.rs:21:27
|
LL | pub struct Foo<T>(T);
| ----------------- function or associated item `foo` not found for this struct
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E0624]: associated function `foo` is private
--> $DIR/issue-53498.rs:21:27
--> $DIR/ufc-method-call.rs:21:27
|
LL | fn foo() {}
| -------- private associated function defined here
Expand Down

0 comments on commit 2444f99

Please sign in to comment.