| .. |
|
auxiliary
|
replace //@ compile-flags: --edition with //@ edition
|
2025-04-10 09:56:37 +02:00 |
|
use-mod
|
Use non-2015 edition paths in tests that do not test for their resolution
|
2025-06-05 09:19:31 +02:00 |
|
import_trait_associated_functions-2015.rs
|
Implement use associated items of traits
|
2025-01-16 16:34:05 +08:00 |
|
import_trait_associated_functions.rs
|
Implement use associated items of traits
|
2025-01-16 16:34:05 +08:00 |
|
import_trait_associated_item_bad.rs
|
resolve: Support imports of associated types and glob imports from traits
|
2025-05-02 15:59:38 +03:00 |
|
import_trait_associated_item_bad.stderr
|
resolve: Support imports of associated types and glob imports from traits
|
2025-05-02 15:59:38 +03:00 |
|
import_trait_associated_item_glob.rs
|
resolve: Support imports of associated types and glob imports from traits
|
2025-05-02 15:59:38 +03:00 |
|
issue-18986.rs
|
|
|
|
issue-18986.stderr
|
Add support for trait object types in type_info reflection
|
2026-01-27 19:49:09 -04:00 |
|
issue-60976-extern-use-primitive-type.rs
|
|
|
|
unused-trait-with-method-err.rs
|
Suppress import errors for traits that couldve applied in method lookup on error
|
2024-10-14 14:40:11 -04:00 |
|
unused-trait-with-method-err.stderr
|
Suppress import errors for traits that couldve applied in method lookup on error
|
2024-10-14 14:40:11 -04:00 |
|
use-after-move-based-on-type.rs
|
|
|
|
use-after-move-based-on-type.stderr
|
Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic
|
2026-01-26 17:34:31 +00:00 |
|
use-after-move-implicity-coerced-object.rs
|
|
|
|
use-after-move-implicity-coerced-object.stderr
|
Mention type that could be Clone but isn't in more cases
|
2025-07-25 18:34:10 +00:00 |
|
use-after-move-self-based-on-type.rs
|
|
|
|
use-after-move-self-based-on-type.stderr
|
|
|
|
use-after-move-self.rs
|
|
|
|
use-after-move-self.stderr
|
|
|
|
use-associated-const.rs
|
|
|
|
use-associated-const.stderr
|
|
|
|
use-crate-self.rs
|
|
|
|
use-crate-self.stderr
|
|
|
|
use-from-trait-xc.rs
|
resolve: Support imports of associated types and glob imports from traits
|
2025-05-02 15:59:38 +03:00 |
|
use-from-trait-xc.stderr
|
resolve: Support imports of associated types and glob imports from traits
|
2025-05-02 15:59:38 +03:00 |
|
use-from-trait.rs
|
resolve: Support imports of associated types and glob imports from traits
|
2025-05-02 15:59:38 +03:00 |
|
use-from-trait.stderr
|
resolve: Support imports of associated types and glob imports from traits
|
2025-05-02 15:59:38 +03:00 |
|
use-keyword.rs
|
UI tests: add missing diagnostic kinds where possible
|
2025-04-08 23:06:31 +03:00 |
|
use-keyword.stderr
|
|
|
|
use-meta-mismatch.rs
|
compiletest: Require //~ annotations even if error-pattern is specified
|
2025-04-03 11:08:55 +03:00 |
|
use-meta-mismatch.stderr
|
compiletest: Require //~ annotations even if error-pattern is specified
|
2025-04-03 11:08:55 +03:00 |
|
use-nested-groups-error.rs
|
|
|
|
use-nested-groups-error.stderr
|
|
|
|
use-nested-groups-unused-imports.rs
|
|
|
|
use-nested-groups-unused-imports.stderr
|
|
|
|
use-path-segment-kw.rs
|
expand valid edition range for use-path-segment-kw.rs
|
2025-11-27 19:33:29 +02:00 |
|
use-path-segment-kw.stderr
|
Add test for importing path-segment keyword
|
2025-11-21 19:38:15 +08:00 |
|
use-paths-as-items.rs
|
|
|
|
use-paths-as-items.stderr
|
|
|
|
use-self-type.rs
|
|
|
|
use-self-type.stderr
|
|
|
|
use-super-global-path.rs
|
|
|
|
use-super-global-path.stderr
|
|
|
|
use.rs
|
remove #![allow(stable_features)] from most tests
|
2026-02-17 08:45:08 +00:00 |