blob: 015a8edcea355cbece7eaaaa0b985c360e30a6a4 [file] [log] [blame]
// run-rustfix
fn main() {
let _x = ~1; //~ ERROR cannot be used as a unary operator
}