index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
binop-bitxor-str.rs
blob: 65e0996fa627b4c41f452699a274d48c64f5b751 (
plain
)
1
2
3
// error-pattern:^ cannot be applied to type `str` fn main() { let x = "a" ^ "b"; }