Hacker News new | past | comments | ask | show | jobs | submit login

You won’t get the noalias stuff on &mut T until ththen next release, as I mentioned above, due to an LLVM bug.



Ah, right; missed that part of what you were saying.

If you switch the compiler version on my godbolt link to beta, the &mut i32 and &mut UnsafeCell<i32> both have the noalias attribute, so looks like it's on track. :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: