blob: e98ea4df97defc71fe5dee49a36e714823fd30bf [file] [log] [blame]
// error-pattern:no implementation for `std::string::String ^ std::string::String`
fn main() { let x = "a".to_string() ^ "b".to_string(); }