Y
Hacker News
new
|
ask
|
show
|
jobs
by
adrianN
3265 days ago
Sometimes you hit undefined behavior in LLVM when compiling safe Rust, but that is considered a bug in the compiler.
https://github.com/rust-lang/rust/issues/10184
1 comments
saghm
3265 days ago
By the same logic, you could do something in C that isn't considered undefined behavior but acts in an undefined way when compiled with Clang
link