rust/tests/ui/imports/auxiliary
2026-01-27 15:53:15 +03:00
..
ambiguous-8-extern.rs fix(resolve): update the ambiguity glob binding as warning recursively 2023-07-29 00:19:50 +08:00
ambiguous-11-extern.rs fix(resolve): update the ambiguity glob binding as warning recursively 2023-07-29 00:19:50 +08:00
ambiguous-reachable-extern.rs tests: Reproduce the issue with missing MIR for ambiguous reexports 2026-01-27 15:53:15 +03:00
ambiguous-trait-reexport.rs Implements a FCW lint to detect uses of ambiguously glob imported traits. 2026-01-20 13:34:01 +01:00
aux-9968.rs Rehome tests/ui/issues/ tests [4/?] 2025-08-10 11:54:15 -04:00
aux-issue-121915.rs Fix redundant import errors for preload extern crate 2024-03-06 21:29:33 +08:00
empty.rs skip updating when external binding is existed 2024-08-20 20:34:13 +08:00
extern-with-ambiguous-1-extern.rs fix(resolve): update the ambiguity glob binding as warning recursively 2023-07-29 00:19:50 +08:00
extern-with-ambiguous-2-extern.rs fix(resolve): update the ambiguity glob binding as warning recursively 2023-07-29 00:19:50 +08:00
extern-with-ambiguous-3-extern.rs fix(resolve): update the ambiguity glob binding as warning recursively 2023-07-29 00:19:50 +08:00
gensymed.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
glob-conflict-cross-crate-2-extern.rs add several resolution test cases 2024-01-24 00:01:59 +08:00
glob-conflict.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
glob-vs-expanded.rs resolve: Preserve ambiguous glob reexports in crate metadata 2025-12-09 13:40:02 +03:00
import-alias-issue-121168-extern.rs Fix issues in suggesting importing extern crate paths 2024-02-25 11:29:13 +08:00
import_crate_var.rs
issue-36881-aux.rs
issue-52891.rs
issue-55811.rs
issue-56125.rs
issue-59764.rs
issue-85992-extern.rs skip updating when external binding is existed 2024-08-20 20:34:13 +08:00
issue-114682-2-extern.rs add several resolution test cases 2024-01-24 00:01:59 +08:00
issue-114682-3-extern.rs add several resolution test cases 2024-01-24 00:01:59 +08:00
issue-114682-4-extern.rs add several resolution test cases 2024-01-24 00:01:59 +08:00
issue-114682-5-extern-1.rs add several resolution test cases 2024-01-24 00:01:59 +08:00
issue-114682-5-extern-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-114682-6-extern.rs add several resolution test cases 2024-01-24 00:01:59 +08:00
issue-119369-extern.rs exclude unexported macro bindings from extern crate 2024-01-21 20:24:40 +08:00
overlapping_pub_trait_source.rs
reexported-trait-56175.rs Add test batch 3 2025-09-12 14:45:12 -04:00
same-res-ambigious-extern-fail.rs Add the check-pass and check-fail tests. 2025-10-01 18:02:16 +02:00
same-res-ambigious-extern-macro.rs Add the check-pass and check-fail tests. 2025-10-01 18:02:16 +02:00
same-res-ambigious-extern.rs Add the check-pass and check-fail tests. 2025-10-01 18:02:16 +02:00
simple-dylib.rs rewrite and rename issue-37893 to rmake 2024-05-29 11:38:47 -04:00
simple-rlib.rs Rewrite simple-rlib to rmake 2024-05-28 11:41:53 -04:00
two_macros.rs
unnamed_pub_trait_source.rs