blob: 6021c344dfb6556d1a76bcce9b78dfbfed466bbc [file] [log] [blame]
// error-pattern:`^` cannot be applied to type `std::string::String`
fn main() { let x = "a".to_string() ^ "b".to_string(); }