rust/tests/ui/rust-2018
Jana Dönszelmann 1ef1ec13d8
bless the tests
2025-12-10 15:15:56 +01:00
..
auxiliary Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
edition-lint-inter-outlives diagnostics: do not warn when a lifetime bound infers itself 2024-08-09 16:16:16 -07:00
uniform-paths Rollup merge of #145166 - makai410:teach-pub-crate, r=lcnr 2025-08-19 19:42:08 +08:00
async-ident-allowed.rs
async-ident-allowed.stderr bless the tests 2025-12-10 15:15:56 +01:00
async-ident.fixed Make sure we don't deny macro vars w keyword names 2024-05-07 19:13:33 -04:00
async-ident.rs Make sure we don't deny macro vars w keyword names 2024-05-07 19:13:33 -04:00
async-ident.stderr bless the tests 2025-12-10 15:15:56 +01:00
dyn-keyword.fixed
dyn-keyword.rs
dyn-keyword.stderr bless the tests 2025-12-10 15:15:56 +01:00
dyn-trait-compatibility.rs
dyn-trait-compatibility.stderr
edition-lint-fully-qualified-paths.fixed Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
edition-lint-fully-qualified-paths.rs Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
edition-lint-fully-qualified-paths.stderr bless the tests 2025-12-10 15:15:56 +01:00
edition-lint-nested-empty-paths.fixed Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
edition-lint-nested-empty-paths.rs Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
edition-lint-nested-empty-paths.stderr bless the tests 2025-12-10 15:15:56 +01:00
edition-lint-nested-paths.fixed Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
edition-lint-nested-paths.rs Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
edition-lint-nested-paths.stderr bless the tests 2025-12-10 15:15:56 +01:00
edition-lint-paths-2018.rs
edition-lint-paths.fixed Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
edition-lint-paths.rs Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
edition-lint-paths.stderr bless the tests 2025-12-10 15:15:56 +01:00
edition-lint-uninferable-outlives.rs
extern-crate-idiomatic-in-2018.fixed If suggestion would leave an empty line, delete it 2024-03-01 13:48:20 +00:00
extern-crate-idiomatic-in-2018.rs
extern-crate-idiomatic-in-2018.stderr Use cfg_attr AST placeholder AST cfg_attr_trace for diagnostics 2025-05-29 10:24:23 +00:00
extern-crate-idiomatic.fixed
extern-crate-idiomatic.rs
extern-crate-referenced-by-self-path.fixed
extern-crate-referenced-by-self-path.rs
extern-crate-rename.fixed Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
extern-crate-rename.rs Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
extern-crate-rename.stderr bless the tests 2025-12-10 15:15:56 +01:00
extern-crate-submod.fixed Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
extern-crate-submod.rs Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
extern-crate-submod.stderr bless the tests 2025-12-10 15:15:56 +01:00
future-proofing-locals.rs
future-proofing-locals.stderr
issue-51008-1.rs
issue-51008.rs
issue-52202-use-suggestions.rs
issue-52202-use-suggestions.stderr chore: Improve how the other suggestions message gets rendered 2025-07-10 08:00:20 -06:00
issue-54006.rs
issue-54006.stderr
issue-54400-unused-extern-crate-attr-span.fixed compiletest: add enable-by-default check-cfg 2024-05-04 11:30:38 +02:00
issue-54400-unused-extern-crate-attr-span.rs Use cfg_attr AST placeholder AST cfg_attr_trace for diagnostics 2025-05-29 10:24:23 +00:00
issue-54400-unused-extern-crate-attr-span.stderr Use cfg_attr AST placeholder AST cfg_attr_trace for diagnostics 2025-05-29 10:24:23 +00:00
local-path-suggestions-2015.rs
local-path-suggestions-2015.stderr
local-path-suggestions-2018.rs
local-path-suggestions-2018.stderr
macro-use-warned-against.rs Spruce up the diagnostics of some early lints 2024-06-03 07:25:32 +02:00
macro-use-warned-against.stderr Spruce up the diagnostics of some early lints 2024-06-03 07:25:32 +02:00
proc-macro-crate-in-paths.rs Add needs-unwind for proc macro tests 2024-03-25 15:02:55 +00:00
remove-extern-crate.fixed By tracking import use types to check whether it is scope uses or the other situations like module-relative uses, we can do more accurate redundant import checking. 2024-02-18 16:38:11 +08:00
remove-extern-crate.rs By tracking import use types to check whether it is scope uses or the other situations like module-relative uses, we can do more accurate redundant import checking. 2024-02-18 16:38:11 +08:00
remove-extern-crate.stderr Use cfg_attr AST placeholder AST cfg_attr_trace for diagnostics 2025-05-29 10:24:23 +00:00
removing-extern-crate-malformed-cfg.fixed Changes in uitests for cfg_attr 2025-10-15 22:18:18 +02:00
removing-extern-crate-malformed-cfg.rs Changes in uitests for cfg_attr 2025-10-15 22:18:18 +02:00
removing-extern-crate-malformed-cfg.stderr Changes in uitests for cfg_attr 2025-10-15 22:18:18 +02:00
removing-extern-crate.fixed Move tests from /ui directory 2025-04-29 18:19:26 +02:00
removing-extern-crate.rs Move tests from /ui directory 2025-04-29 18:19:26 +02:00
removing-extern-crate.stderr Use cfg_attr AST placeholder AST cfg_attr_trace for diagnostics 2025-05-29 10:24:23 +00:00
suggestions-not-always-applicable.fixed Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
suggestions-not-always-applicable.rs Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
trait-import-suggestions.rs
trait-import-suggestions.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
try-ident.fixed Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
try-ident.rs Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
try-ident.stderr bless the tests 2025-12-10 15:15:56 +01:00
try-macro.fixed Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
try-macro.rs Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
try-macro.stderr bless the tests 2025-12-10 15:15:56 +01:00
unresolved-asterisk-imports.rs
unresolved-asterisk-imports.stderr Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00