mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 23:13:33 +00:00
6 lines
155 B
Rust
6 lines
155 B
Rust
//
|
|
// This test needs to the last one appearing in this file as it kills the parser
|
|
static c: char =
|
|
'● //~ ERROR: unterminated character literal
|
|
;
|