| error: identifier contains uncommon Unicode codepoints |
| --> $DIR/lint-uncommon-codepoints.rs:3:7 |
| | |
| LL | const µ: f64 = 0.000001; |
| | ^ |
| | |
| note: the lint level is defined here |
| --> $DIR/lint-uncommon-codepoints.rs:1:9 |
| | |
| LL | #![deny(uncommon_codepoints)] |
| | ^^^^^^^^^^^^^^^^^^^ |
| |
| error: identifier contains uncommon Unicode codepoints |
| --> $DIR/lint-uncommon-codepoints.rs:5:4 |
| | |
| LL | fn dijkstra() {} |
| | ^^^^^^^ |
| |
| error: identifier contains uncommon Unicode codepoints |
| --> $DIR/lint-uncommon-codepoints.rs:8:9 |
| | |
| LL | let ㇻㇲㇳ = "rust"; |
| | ^^^^^^ |
| |
| error: aborting due to 3 previous errors |
| |