rust-clippy/tests/ui-toml/arbitrary_source_item_ordering
2024-10-30 10:03:16 +01:00
..
bad_conf_1 new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
bad_conf_2 new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
bad_conf_3 new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
default new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
default_exp new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
only_enum new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
only_impl new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
only_trait new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
var_1 new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_good.bad_conf_1.stderr new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_good.bad_conf_2.stderr new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_good.bad_conf_3.stderr new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_good.rs new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_good_var_1.rs new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_mixed.default.stderr new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_mixed.rs new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_mixed_var_1.rs new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_mixed_var_1.var_1.stderr new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_only_enum.only_enum.stderr new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_only_enum.rs new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_only_impl.only_impl.stderr new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_only_impl.rs new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_only_trait.only_trait.stderr new lint: source_item_ordering 2024-10-30 10:03:16 +01:00
ordering_only_trait.rs new lint: source_item_ordering 2024-10-30 10:03:16 +01:00