]> git.lizzy.rs Git - rust.git/blob - tests/ui/binop/binop-bitxor-str.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / binop / binop-bitxor-str.stderr
1 error[E0369]: no implementation for `String ^ String`
2   --> $DIR/binop-bitxor-str.rs:3:37
3    |
4 LL | fn main() { let x = "a".to_string() ^ "b".to_string(); }
5    |                     --------------- ^ --------------- String
6    |                     |
7    |                     String
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0369`.