mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 19:21:51 +00:00
7 lines
185 B
Rust
7 lines
185 B
Rust
// This test needs to the last one appearing in this file as it kills the parser
|
|
static c: char =
|
|
'nope' //~ ERROR: character literal may only contain one codepoint
|
|
;
|
|
|
|
fn main() {}
|