diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-12-03 22:25:15 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-12-03 22:25:15 -0800 |
| commit | b5ad0cb03302d679e5dc7d7d1157c42ccd72b5b0 (patch) | |
| tree | 7a79c9695a919f91ac8b9398b9203d30f2e37310 /src | |
| parent | f6b435d923e5979cd3579427901d2140a932dfc0 (diff) | |
| download | rust-b5ad0cb03302d679e5dc7d7d1157c42ccd72b5b0.tar.gz rust-b5ad0cb03302d679e5dc7d7d1157c42ccd72b5b0.zip | |
review comments: move test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/issues/issue-65634-raw-ident-suggestion.rs (renamed from src/test/ui/raw-ident-suggestion.rs) | 0 | ||||
| -rw-r--r-- | src/test/ui/issues/issue-65634-raw-ident-suggestion.stderr (renamed from src/test/ui/raw-ident-suggestion.stderr) | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/raw-ident-suggestion.rs b/src/test/ui/issues/issue-65634-raw-ident-suggestion.rs index b928510258b..b928510258b 100644 --- a/src/test/ui/raw-ident-suggestion.rs +++ b/src/test/ui/issues/issue-65634-raw-ident-suggestion.rs diff --git a/src/test/ui/raw-ident-suggestion.stderr b/src/test/ui/issues/issue-65634-raw-ident-suggestion.stderr index fddd9427ab7..c7bb653dc1f 100644 --- a/src/test/ui/raw-ident-suggestion.stderr +++ b/src/test/ui/issues/issue-65634-raw-ident-suggestion.stderr @@ -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) { | ^^^^^^^^^^^^^^^^^^ |
