Hacker News new | ask | show | jobs
by marcodiego 1215 days ago
The example:

  This does not work in Rust. But the counterpart in C kind of does:
    int &p_a = 0x100;
    int a = \*p_a;
Is not valid C.
1 comments

Yes, I'm a bit, uh, rusty, in C, but I did a double-take reading this.