rust/src/test/ui/resolve
Alex Crichton f1852650d9 Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkov
Use multiline Diagnostic for candidate in other module

```
error[E0574]: expected struct, variant or union type, found enum `Result`
  --> $DIR/issue-16058.rs:19:9
   |
19 |         Result {
   |         ^^^^^^ not a struct, variant or union type
   |
   = help: possible better candidates are found in other modules, you can import them into scope:
             `use std::fmt::Result;`
             `use std::io::Result;`
             `use std:🧵:Result;`

error: aborting due to previous error
```
2017-01-20 08:35:49 -08:00
..
auxiliary Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
enums-are-namespaced-xc.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
enums-are-namespaced-xc.stderr Use multiline Diagnostic for candidate in other module 2017-01-18 16:33:25 -08:00
issue-2356.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-2356.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00
issue-3907-2.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-3907-2.stderr Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-3907.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-3907.stderr Use multiline Diagnostic for candidate in other module 2017-01-18 16:33:25 -08:00
issue-5035-2.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-5035-2.stderr Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-5035.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-5035.stderr More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
issue-6702.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-6702.stderr More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
issue-14254.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-14254.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00
issue-16058.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-16058.stderr Use multiline Diagnostic for candidate in other module 2017-01-18 16:33:25 -08:00
issue-17518.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-17518.stderr Use multiline Diagnostic for candidate in other module 2017-01-18 16:33:25 -08:00
issue-18252.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-18252.stderr More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
issue-19452.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-19452.stderr More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
issue-21221-1.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-21221-1.stderr Use multiline Diagnostic for candidate in other module 2017-01-18 16:33:25 -08:00
issue-21221-2.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-21221-2.stderr Use multiline Diagnostic for candidate in other module 2017-01-18 16:33:25 -08:00
issue-21221-3.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-21221-3.stderr Use multiline Diagnostic for candidate in other module 2017-01-18 16:33:25 -08:00
issue-21221-4.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-21221-4.stderr Use multiline Diagnostic for candidate in other module 2017-01-18 16:33:25 -08:00
issue-23305.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-23305.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00
issue-24968.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-24968.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00
issue-33876.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
issue-33876.stderr More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
levenshtein.rs resolve: Levenshtein-based suggestions for non-import paths 2017-01-13 23:33:02 +03:00
levenshtein.stderr resolve: Levenshtein-based suggestions for non-import paths 2017-01-13 23:33:02 +03:00
resolve-assoc-suggestions.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
resolve-assoc-suggestions.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00
resolve-hint-macro.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
resolve-hint-macro.stderr More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
resolve-speculative-adjustment.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
resolve-speculative-adjustment.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00
suggest-path-instead-of-mod-dot-item.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
suggest-path-instead-of-mod-dot-item.stderr resolve: Levenshtein-based suggestions for non-import paths 2017-01-13 23:33:02 +03:00
token-error-correct-2.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
token-error-correct-2.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00
token-error-correct-3.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
token-error-correct-3.stderr Teach Diagnostics to highlight text 2017-01-17 14:28:53 -08:00
token-error-correct.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
token-error-correct.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00
tuple-struct-alias.rs More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
tuple-struct-alias.stderr More systematic error reporting in path resolution 2016-12-26 15:01:49 +03:00
unboxed-closure-sugar-nonexistent-trait.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
unboxed-closure-sugar-nonexistent-trait.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00
unresolved_static_type_field.rs Move some compile-fail tests into UI directory 2016-12-26 12:58:33 +03:00
unresolved_static_type_field.stderr resolve: Do not use "resolve"/"resolution" in error messages 2017-01-12 10:08:27 +03:00