summaryrefslogtreecommitdiffstats
path: root/src/test/ui/did_you_mean/issue-41679-tilde-bitwise-negation-attempt.rs
blob: 015a8edcea355cbece7eaaaa0b985c360e30a6a4 (plain)
1
2
3
4
5
// run-rustfix

fn main() {
    let _x = ~1; //~ ERROR cannot be used as a unary operator
}