about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlejandra González <blyxyas@gmail.com>2025-05-09 23:06:29 +0000
committerGitHub <noreply@github.com>2025-05-09 23:06:29 +0000
commit3c5e403824746633137bf70522cd228356f54cc3 (patch)
tree8b6018feed359f0111c88f043a4c29b0f04e4c42 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent16fd2a83d791d1a4eddbe620ebac37da208e25c4 (diff)
parentbde939058b21dabcbd56b2fc55dacd36d1f97d49 (diff)
downloadrust-3c5e403824746633137bf70522cd228356f54cc3.tar.gz
rust-3c5e403824746633137bf70522cd228356f54cc3.zip
`char::is_digit()` is const-stable only since Rust 1.87 (#14771)
The `to_digit_is_some()` lint suggests using `char::is_digit()`. It
should not trigger in const contexts before Rust 1.87.

changelog: [`to_digit_is_some`]: Do not lint in const contexts when MSRV
is below 1.87
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions