Skip to content

Commit 660a5f4

Browse files
committed
fixed test name
1 parent 037c08e commit 660a5f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/ui/traits/issue-139999.stderr renamed to tests/ui/traits/missing-type-param-suggestion-issue-139999.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0412]: cannot find type `ForgotToImport` in this scope
2-
--> $DIR/issue-139999.rs:1:29
2+
--> $DIR/missing-type-param-suggestion-issue-139999.rs:1:29
33
|
44
LL | fn do_something() -> Option<ForgotToImport> {
55
| ^^^^^^^^^^^^^^ not found in this scope

0 commit comments

Comments
 (0)