Skip to content

Commit 2444f99

Browse files
committed
Give test a more useful name
1 parent 9243644 commit 2444f99

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/ui/privacy/issue-53498.different_name.stderr renamed to tests/ui/privacy/ufc-method-call.different_name.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0599]: no function or associated item named `foo` found for struct `Foo<B>` in the current scope
2-
--> $DIR/issue-53498.rs:21:27
2+
--> $DIR/ufc-method-call.rs:21:27
33
|
44
LL | pub struct Foo<T>(T);
55
| ----------------- function or associated item `foo` not found for this struct
File renamed without changes.

tests/ui/privacy/issue-53498.same_name.stderr renamed to tests/ui/privacy/ufc-method-call.same_name.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0624]: associated function `foo` is private
2-
--> $DIR/issue-53498.rs:21:27
2+
--> $DIR/ufc-method-call.rs:21:27
33
|
44
LL | fn foo() {}
55
| -------- private associated function defined here

0 commit comments

Comments
 (0)