mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 20:47:36 +00:00
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
![]() |
error: unknown start of token: \u{a0}
|
|||
|
--> $DIR/emitter-overflow-bad-whitespace.rs:10:1
|
|||
|
|
|
|||
|
LL | ...
|
|||
|
| ^
|
|||
|
|
|
|||
|
help: Unicode character ' ' (No-Break Space) looks like ' ' (Space), but it is not
|
|||
|
|
|
|||
|
LL | fn main() { return; }
|
|||
|
| +
|
|||
|
|
|||
|
error: aborting due to 1 previous error
|
|||
|
|