Skip to content

Commit b5ad0cb

Browse files
committed
review comments: move test
1 parent f6b435d commit b5ad0cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/ui/raw-ident-suggestion.stderr renamed to src/test/ui/issues/issue-65634-raw-ident-suggestion.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
error[E0034]: multiple applicable items in scope
2-
--> $DIR/raw-ident-suggestion.rs:21:13
2+
--> $DIR/issue-65634-raw-ident-suggestion.rs:21:13
33
|
44
LL | r#fn {}.r#struct();
55
| ^^^^^^^^ multiple `r#struct` found
66
|
77
note: candidate #1 is defined in an impl of the trait `async` for the type `r#fn`
8-
--> $DIR/raw-ident-suggestion.rs:4:5
8+
--> $DIR/issue-65634-raw-ident-suggestion.rs:4:5
99
|
1010
LL | fn r#struct(&self) {
1111
| ^^^^^^^^^^^^^^^^^^
1212
= help: to disambiguate the method call, write `async::r#struct(r#fn {})` instead
1313
note: candidate #2 is defined in an impl of the trait `await` for the type `r#fn`
14-
--> $DIR/raw-ident-suggestion.rs:10:5
14+
--> $DIR/issue-65634-raw-ident-suggestion.rs:10:5
1515
|
1616
LL | fn r#struct(&self) {
1717
| ^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)