rust/tests/ui-toml
bors 74f611f7fc Auto merge of #12306 - Alexendoo:dir-replacement, r=flip1995
Remove `$DIR` replacement

This won't cause problems because the old `$DIR` replacement was based on the parent of the test path, which for us is relative: 5471e0645a/tests/compile-test.rs (L122)

The new pattern being `"tests/{test_dir}"` is more clearly relative

That's why we have custom filters applied to the toml/cargo tests where absolute paths do appear in the output 5471e0645a/tests/compile-test.rs (L198-L202)

Removing it allows clicking the paths in the terminal

changelog: none

r? `@flip1995`
2024-02-19 09:20:07 +00:00
..
absolute_paths Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
allow_mixed_uninlined_format_args Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
arithmetic_side_effects_allowed Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
array_size_threshold Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
await_holding_invalid_type Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
bad_toml Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
bad_toml_type Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
borrow_interior_mutable_const Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup 2023-10-21 14:16:11 +02:00
conf_deprecated_key Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
dbg_macro Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
decimal_literal_representation Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
declare_interior_mutable_const Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup 2023-10-21 14:16:11 +02:00
disallowed_macros Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
disallowed_names_append Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
disallowed_names_replace Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
disallowed_script_idents Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
doc_valid_idents_append Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
doc_valid_idents_replace Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
duplicated_keys Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
duplicated_keys_deprecated Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
duplicated_keys_deprecated_2 Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
enum_variant_size Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
excessive_nesting Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
expect_used Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
explicit_iter_loop Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
extra_unused_type_parameters
fn_params_excessive_bools Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
functions_maxlines Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
good_toml_no_false_negatives
ifs_same_cond Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
impl_trait_in_params Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
invalid_min_rust_version Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
item_name_repetitions Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
large_futures Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
large_include_file Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
large_stack_frames Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
large_types_passed_by_value Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
lint_decimal_readability Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
manual_let_else Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
max_suggested_slice_pattern_length Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
min_ident_chars Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
min_rust_version Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
missing_enforced_import_rename Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
module_inception Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
modulo_arithmetic Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
mut_key
nonstandard_macro_braces Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
path_ends_with_ext Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup 2023-09-25 11:28:58 +02:00
print_macro Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
private-doc-errors Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
pub_crate_missing_docs Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
pub_underscore_fields Auto merge of #12306 - Alexendoo:dir-replacement, r=flip1995 2024-02-19 09:20:07 +00:00
result_large_err Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
semicolon_block Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
strict_non_send_fields_in_send_ty Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
struct_excessive_bools Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
suppress_lint_in_const Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
toml_disallow Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
toml_disallowed_methods Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
toml_disallowed_types Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
toml_trivially_copy Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
toml_unknown_key Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
too_large_for_stack Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
too_many_arguments Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
type_complexity Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
type_repetition_in_bounds Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
undocumented_unsafe_blocks Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
unnecessary_box_returns Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
unwrap_used Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
upper_case_acronyms_aggressive Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
vec_box_sized Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
verbose_bit_mask Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
wildcard_imports Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
wildcard_imports_whitelist Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00
zero_single_char_names
update-all-references.sh Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup 2023-07-02 14:59:02 +02:00