mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-03 05:27:36 +00:00
3 lines
108 B
Rust
3 lines
108 B
Rust
fn main() { let x = "a".to_string() ^ "b".to_string(); }
|
|
//~^ ERROR no implementation for `String ^ String`
|