mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 06:21:11 +00:00
4 lines
79 B
Rust
4 lines
79 B
Rust
pub fn main() {
|
|
let s = "\u{2603"; //~ ERROR unterminated unicode escape
|
|
}
|