Files
rust/tests/ui/parser/issues
Matthias Krüger cce2db06c0 Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk
Replace ASCII control chars with Unicode Control Pictures

Replace ASCII control chars like `CR` with Unicode Control Pictures like `␍`:

```
error: bare CR not allowed in doc-comment
  --> $DIR/lex-bare-cr-string-literal-doc-comment.rs:3:32
   |
LL | /// doc comment with bare CR: '␍'
   |                                ^
```

Centralize the checking of unicode char width for the purposes of CLI display in one place. Account for the new replacements. Remove unneeded tracking of "zero-width" unicode chars, as we calculate these in the `SourceMap` as needed now.
2024-07-25 04:43:19 +02:00
..
2024-07-12 03:22:32 +00:00
2024-06-21 19:00:18 -04:00
2023-08-01 23:30:40 +08:00
2023-08-01 23:30:40 +08:00
2023-05-02 22:36:24 +00:00
2023-05-02 22:36:24 +00:00
2023-10-24 21:27:05 +00:00
2023-05-01 16:15:13 +08:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-01-26 10:52:57 +08:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-05-01 16:15:13 +08:00
2023-05-01 16:15:13 +08:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2024-07-12 03:22:32 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2024-07-04 22:05:00 +08:00
2024-07-04 22:05:00 +08:00
2024-07-04 22:05:00 +08:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-04-07 08:54:13 +12:00
fmt
2023-05-13 19:40:17 +08:00
2023-10-24 21:27:05 +00:00
2023-10-24 21:27:05 +00:00
2023-12-02 23:47:39 +08:00
2024-01-13 12:46:58 -05:00