rust/tests/ui-fulldeps/internal-lints
blyxyas b4da058595 Do not run lints that cannot emit
Before this change, adding a lint was a difficult matter
because it always had some overhead involved. This was
because all lints would run, no matter their default level,
or if the user had #![allow]ed them. This PR changes that
2024-10-19 16:19:44 +02:00
..
bad_opt_access.rs
bad_opt_access.stderr
default_hash_types.rs
default_hash_types.stderr
diagnostics.ftl
diagnostics.rs Add more test cases for untranslatable_diagnostic lint 2024-08-10 20:19:41 +03:00
diagnostics.stderr untranslatable_diagnostic lint: point at the untranslated thing 2024-08-10 20:36:33 +03:00
import-of-type-ir-inherent.rs update bootstrap configs 2024-10-15 20:30:23 -07:00
import-of-type-ir-inherent.stderr update bootstrap configs 2024-10-15 20:30:23 -07:00
lint_pass_impl_without_macro.rs Do not run lints that cannot emit 2024-10-19 16:19:44 +02:00
lint_pass_impl_without_macro.stderr Do not run lints that cannot emit 2024-10-19 16:19:44 +02:00
non_glob_import_of_type_ir_inherent.rs step cfg(bootstrap) 2024-07-28 14:46:29 -04:00
non_glob_import_of_type_ir_inherent.stderr Bless a bootstrap-dependent UI test 2024-07-28 14:46:29 -04:00
qualified_ty_ty_ctxt.rs
qualified_ty_ty_ctxt.stderr
query_completeness.rs update bootstrap configs 2024-10-15 20:30:23 -07:00
query_completeness.stderr update bootstrap configs 2024-10-15 20:30:23 -07:00
query_stability.rs
query_stability.stderr
rustc_pass_by_value.rs
rustc_pass_by_value.stderr
span_use_eq_ctxt.rs
span_use_eq_ctxt.stderr
ty_tykind_usage.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
ty_tykind_usage.stderr Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00