fork download
  1. fn main() {
  2. let хуй = "Хуй";
  3. let 鼻 = "пизда";
  4.  
  5. println!(хуй + " " +);
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.rs:5:14: 5:27 error: expected a literal
prog.rs:5     println!(хуй + " " + 鼻);
                       ^~~~~~~~~~~~~
note: in expansion of concat!
<std macros>:1:33: 1:58 note: expansion site
note: in expansion of format_args!
<std macros>:2:25: 2:56 note: expansion site
<std macros>:1:1: 2:62 note: in expansion of print!
<std macros>:1:23: 1:60 note: expansion site
<std macros>:1:1: 3:58 note: in expansion of println!
prog.rs:5:5: 5:29 note: expansion site
error: aborting due to previous error
stdout
Standard output is empty