blob: 014a41f9e3ac708359d9f3bc56133bb975f15ae0 [file] [log] [blame] [edit]
error[E0369]: no implementation for `String ^ String`
--> $DIR/binop-bitxor-str.rs:1:37
|
LL | fn main() { let x = "a".to_string() ^ "b".to_string(); }
| --------------- ^ --------------- String
| |
| String
|
note: `String` does not implement `BitXor`
--> $SRC_DIR/alloc/src/string.rs:LL:COL
|
= note: `String` is defined in another crate
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0369`.