Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5dfabd1

Browse files
committed
Give test a more useful name
1 parent 2ba0330 commit 5dfabd1

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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /