You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a program without std and without libc. Based on this page: http://doc.rust-lang.org/guide-unsafe.html (and elsewhere). I still cannot get a minimal program to work. It compiles, but the binary segmentation faults (on x86_64 linux).