review comments: move test
This commit is contained in:
parent
f6b435d923
commit
b5ad0cb033
@ -1,17 +1,17 @@
|
||||
error[E0034]: multiple applicable items in scope
|
||||
--> $DIR/raw-ident-suggestion.rs:21:13
|
||||
--> $DIR/issue-65634-raw-ident-suggestion.rs:21:13
|
||||
|
|
||||
LL | r#fn {}.r#struct();
|
||||
| ^^^^^^^^ multiple `r#struct` found
|
||||
|
|
||||
note: candidate #1 is defined in an impl of the trait `async` for the type `r#fn`
|
||||
--> $DIR/raw-ident-suggestion.rs:4:5
|
||||
--> $DIR/issue-65634-raw-ident-suggestion.rs:4:5
|
||||
|
|
||||
LL | fn r#struct(&self) {
|
||||
| ^^^^^^^^^^^^^^^^^^
|
||||
= help: to disambiguate the method call, write `async::r#struct(r#fn {})` instead
|
||||
note: candidate #2 is defined in an impl of the trait `await` for the type `r#fn`
|
||||
--> $DIR/raw-ident-suggestion.rs:10:5
|
||||
--> $DIR/issue-65634-raw-ident-suggestion.rs:10:5
|
||||
|
|
||||
LL | fn r#struct(&self) {
|
||||
| ^^^^^^^^^^^^^^^^^^
|
Loading…
Reference in New Issue
Block a user