mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
5 lines
155 B
Rust
5 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
|
|
;
|