review comments: move test

This commit is contained in:
Esteban Küber 2019-12-03 22:25:15 -08:00
parent f6b435d923
commit b5ad0cb033
2 changed files with 3 additions and 3 deletions

View File

@ -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) {
| ^^^^^^^^^^^^^^^^^^