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