rust/tests/ui/imports/auxiliary
yukang 5a4ff2779e Fix redundant import errors for preload extern crate 2024-03-06 21:29:33 +08: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
aux-issue-121915.rs Fix redundant import errors for preload extern crate 2024-03-06 21:29:33 +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 Lint ambiguous glob re-exports 2023-03-20 03:22:31 +08: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-1.rs fix(resolve): skip assertion judgment when `NonModule` is dummy 2023-07-01 11:53:31 +08:00
issue-85992-extern-2.rs fix(resolve): skip assertion judgment when `NonModule` is dummy 2023-07-01 11:53:31 +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
two_macros.rs
unnamed_pub_trait_source.rs