blob: 18c1ce0ff02e14361f9fb88b299b048277ed157a [file] [log] [blame]
error[E0369]: no implementation for `std::string::String ^ std::string::String`
--> $DIR/binop-bitxor-str.rs:3:37
|
LL | fn main() { let x = "a".to_string() ^ "b".to_string(); }
| --------------- ^ --------------- std::string::String
| |
| std::string::String
error: aborting due to previous error
For more information about this error, try `rustc --explain E0369`.