summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/disallowed_script_idents/disallowed_script_idents.stderr
blob: 31bb5ee3514a5fd9c4fe85261568a97b963f9bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: identifier `カウンタ` has a Unicode script that is not allowed by configuration: Katakana
  --> $DIR/disallowed_script_idents.rs:4:9
   |
LL |     let カウンタ = 10;
   |         ^^^^^^^^
   |
   = note: `-D clippy::disallowed-script-idents` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::disallowed_script_idents)]`

error: aborting due to previous error