blob: b59fe423025e68e07f22f6693073179436f0c391 [file] [log] [blame]
fn main() {
let x = ~1; //~ ERROR cannot be used as a unary operator
}