about summary refs log tree commit diff
path: root/tests/ui/binop/binop-bitxor-str.rs
blob: 3072fa6ae90df0dc3fea8bb5a84f936eb2c56687 (plain)
1
2
fn main() { let x = "a".to_string() ^ "b".to_string(); }
//~^ ERROR no implementation for `String ^ String`