Skip to content

Commit

Permalink
review comments: move test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Dec 4, 2019
1 parent f6b435d commit b5ad0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
@@ -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) {
| ^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit b5ad0cb

Please sign in to comment.