mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
4 lines
115 B
Rust
4 lines
115 B
Rust
// error-pattern:no implementation for `String ^ String`
|
|
|
|
fn main() { let x = "a".to_string() ^ "b".to_string(); }
|