rust/tests
Samuel Tardieu b57bf6b64d
Fix cast_possible_truncation should not suggest inside const context (#15164)
Closes rust-lang/rust-clippy#15163

This lint should not give suggestions in const context for now, since a
lot of the commonly used method of `Result` is not const.

changelog: [`cast_possible_truncation`] fix improperly give suggestions
inside const context
2025-06-29 21:53:52 +00:00
..
test_utils
ui Fix cast_possible_truncation should not suggest inside const context (#15164) 2025-06-29 21:53:52 +00:00
ui-cargo Merge commit '9f9a822509' into clippy-subtree-update 2025-02-28 23:27:09 +01:00
ui-internal Merge commit '0450db33a5' into clippy-subtree-update 2025-05-15 19:28:39 +02:00
ui-toml Fix collapsible_else_if FP on conditionally compiled stmt (#14906) 2025-06-13 15:45:00 +00:00
workspace_test
check-fmt.rs
clippy.toml Merge commit '0621446356' into clippy-subtree-update 2025-04-22 18:24:43 +02:00
compile-test.rs Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04:00
config-metadata.rs
dogfood.rs Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04:00
integration.rs Merge commit '0450db33a5' into clippy-subtree-update 2025-05-15 19:28:39 +02:00
lint_message_convention.rs Merge commit '1e5237f4a5' into clippy-subtree-update 2025-03-20 22:34:29 +01:00
missing-test-files.rs Merge commit '51d49c1ae2' into clippy-subtree-update 2025-01-28 19:33:54 +01:00
symbols-used.rs Merge commit '4ef75291b5' into clippy-subtree-update 2025-06-13 11:24:45 +02:00
versioncheck.rs Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04:00
workspace.rs