2023-09-25 04:28:58 -05:00
|
|
|
error: identifier `カウンタ` has a Unicode script that is not allowed by configuration: Katakana
|
2024-02-27 08:25:18 -06:00
|
|
|
--> tests/ui-toml/disallowed_script_idents/disallowed_script_idents.rs:4:9
|
2023-09-25 04:28:58 -05:00
|
|
|
|
|
|
|
|
LL | let カウンタ = 10;
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::disallowed-script-idents` implied by `-D warnings`
|
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::disallowed_script_idents)]`
|
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-09-25 04:28:58 -05:00
|
|
|
|