summaryrefslogtreecommitdiffstats
path: root/src/test/ui/binop/binop-bitxor-str.stderr
blob: f236cd61efe5944476c1301288e34f08b1f7df8d (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0369]: no implementation for `String ^ String`
  --> $DIR/binop-bitxor-str.rs:3:37
   |
LL | fn main() { let x = "a".to_string() ^ "b".to_string(); }
   |                     --------------- ^ --------------- String
   |                     |
   |                     String

error: aborting due to previous error

For more information about this error, try `rustc --explain E0369`.