mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
f93df98b84
handle exponent without digits in `numeric_literal`
Fixes #10912
The numeric literal util module didn't check for exponents with no digits.
So:
|
||
---|---|---|
.. | ||
test_utils | ||
ui | ||
ui-cargo | ||
ui-internal | ||
ui-toml | ||
workspace_test | ||
check-fmt.rs | ||
clippy.toml | ||
compile-test.rs | ||
dogfood.rs | ||
headers.rs | ||
integration.rs | ||
lint_message_convention.rs | ||
missing-test-files.rs | ||
versioncheck.rs | ||
workspace.rs |