rust/src/test/ui/imports
Mazdak Farrokhzad 9f7f949600
Rollup merge of #56620 - petrochenkov:noclutter, r=estebank
resolve: Reduce some clutter in import ambiguity errors

Noticed in https://www.reddit.com/r/rust/comments/a3pyrw/announcing_rust_131_and_rust_2018/eb8alhi/.
The first error is distracting, but unnecessary, it's a *consequence* of the ambiguity error and appears because one of the ambiguous `actix` modules (unsurprisingly) doesn't have the expected name in it.
2018-12-08 08:43:49 +01:00
..
auxiliary resolve: Fix some more asserts in import validation 2018-11-25 16:41:29 +03:00
duplicate.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
duplicate.stderr resolve: Improve diagnostics for resolution ambiguities 2018-11-18 13:51:40 +03:00
extern-crate-self-fail.rs resolve: Support aliasing local crate root in extern prelude 2018-12-01 14:38:47 +03:00
extern-crate-self-fail.stderr resolve: Support aliasing local crate root in extern prelude 2018-12-01 14:38:47 +03:00
extern-crate-self-pass.rs resolve: Support aliasing local crate root in extern prelude 2018-12-01 14:38:47 +03:00
extern-prelude-extern-crate-absolute-expanded.rs Stabilize extern_crate_item_prelude 2018-11-21 01:27:23 +03:00
extern-prelude-extern-crate-cfg.rs Stabilize extern_crate_item_prelude 2018-11-21 01:27:23 +03:00
extern-prelude-extern-crate-fail.rs resolve: Avoid sentence breaks in diagnostics 2018-11-18 13:58:36 +03:00
extern-prelude-extern-crate-fail.stderr resolve: Avoid sentence breaks in diagnostics 2018-11-18 13:58:36 +03:00
extern-prelude-extern-crate-pass.rs Stabilize extern_crate_item_prelude 2018-11-21 01:27:23 +03:00
extern-prelude-extern-crate-restricted-shadowing.rs Add a couple more tests 2018-11-21 01:28:07 +03:00
extern-prelude-extern-crate-restricted-shadowing.stderr Add a couple more tests 2018-11-21 01:28:07 +03:00
extern-prelude-extern-crate-shadowing.rs Add a couple more tests 2018-11-21 01:28:07 +03:00
glob-conflict-cross-crate.rs Add a couple more tests + address review comments 2018-11-18 13:58:40 +03:00
glob-conflict-cross-crate.stderr Add a couple more tests + address review comments 2018-11-18 13:58:40 +03:00
glob-shadowing.rs resolve: Fully prohibit shadowing of in-scope names by globs in macro paths 2018-07-20 12:22:24 +03:00
glob-shadowing.stderr resolve: Tweak some articles in ambiguity diagnostics 2018-11-18 13:57:03 +03:00
import-crate-var.rs Removed #[rustc_error] from tests that are all // compile-pass. 2018-11-07 13:09:52 +01:00
import-crate-var.stderr Removed #[rustc_error] from tests that are all // compile-pass. 2018-11-07 13:09:52 +01:00
import-from-missing.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-from-missing.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-glob-0.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-glob-0.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-glob-circular.rs cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
import-glob-circular.stderr cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
import-loop-2.rs cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
import-loop-2.stderr cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
import-loop.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-loop.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-prefix-macro-1.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-prefix-macro-1.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-prefix-macro-2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-prefix-macro-2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-trait-method.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-trait-method.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
issue-53140.rs resolve: Reject some inaccessible candidates sooner during import resolution 2018-08-20 00:07:08 +03:00
issue-53269.rs resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
issue-53269.stderr resolve: Avoid sentence breaks in diagnostics 2018-11-18 13:58:36 +03:00
issue-53512.rs resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
issue-53512.stderr resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
issue-55457.rs resolve: Fix ICE in macro import error recovery 2018-10-30 00:21:39 +03:00
issue-55457.stderr Fix rebase 2018-11-18 14:41:06 +03:00
issue-55811.rs resolve: Make "empty import canaries" invisible from other crates 2018-11-21 03:59:25 +03:00
issue-55884-1.rs Add a couple more tests + address review comments 2018-11-18 13:58:40 +03:00
issue-55884-1.stderr Add a couple more tests + address review comments 2018-11-18 13:58:40 +03:00
issue-55884-2.rs Add a couple more tests + address review comments 2018-11-18 13:58:40 +03:00
issue-55884-2.stderr Add a couple more tests + address review comments 2018-11-18 13:58:40 +03:00
issue-56125.rs resolve: Reduce some clutter in import ambiguity errors 2018-12-08 04:19:29 +03:00
issue-56125.stderr resolve: Reduce some clutter in import ambiguity errors 2018-12-08 04:19:29 +03:00
issue-56263.rs resolve: Extern prelude is for type namespace only 2018-11-27 14:35:36 +03:00
local-modularized-tricky-fail-1.rs resolve: Suggest crate:: for resolving ambiguities when appropriate 2018-11-27 00:34:25 +03:00
local-modularized-tricky-fail-1.stderr resolve: Suggest crate:: for resolving ambiguities when appropriate 2018-11-27 00:34:25 +03:00
local-modularized-tricky-fail-2.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
local-modularized-tricky-fail-2.stderr resolve: Modularize crate-local #[macro_export] macro_rules 2018-07-29 19:30:13 +03:00
local-modularized-tricky-fail-3.rs Turn the error for module-relative access to macro-expanded macro_export macros into a deprecation lint 2018-08-24 02:51:41 +03:00
local-modularized-tricky-fail-3.stderr Turn the error for module-relative access to macro-expanded macro_export macros into a deprecation lint 2018-08-24 02:51:41 +03:00
local-modularized-tricky-pass.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
local-modularized.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-paths.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-paths.stderr resolve: Suggest crate:: for resolving ambiguities when appropriate 2018-11-27 00:34:25 +03:00
macros.rs resolve: Prefer macro_rules definitions to in-module macro definitions in some cases 2018-10-03 16:12:39 +04:00
macros.stderr resolve: Tweak some articles in ambiguity diagnostics 2018-11-18 13:57:03 +03:00
reexports.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
reexports.stderr resolve: More precise spans for privacy errors 2018-10-28 02:56:12 +03:00
rfc-1560-warning-cycle.rs Turn deprecation lint legacy_imports into a hard error 2018-05-15 02:25:04 +03:00
rfc-1560-warning-cycle.stderr resolve: Improve diagnostics for resolution ambiguities 2018-11-18 13:51:40 +03:00
shadow_builtin_macros.rs resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
shadow_builtin_macros.stderr resolve: Tweak some articles in ambiguity diagnostics 2018-11-18 13:57:03 +03:00
unused-macro-use.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
unused-macro-use.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
unused.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
unused.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00